aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-03-19 11:10:03 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-03-19 11:10:03 +0000
commit21eec46f3365d0d878ec432dc0fd3862bea5a4c9 (patch)
tree9c09324b69ff5ce3047a342a837743da6ef78eb9
parent34adf9e4f1a857c12077a1cfd5849bb65f8bbf51 (diff)
Notes
-rw-r--r--sys/ia64/ia64/sal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/ia64/sal.c b/sys/ia64/ia64/sal.c
index bc435754768a..134bf36315c9 100644
--- a/sys/ia64/ia64/sal.c
+++ b/sys/ia64/ia64/sal.c
@@ -90,9 +90,11 @@ ia64_sal_init(struct sal_system_table *saltab)
}
case 5: {
struct sal_ap_wakeup_descriptor *dp;
+#ifdef SMP
struct ia64_sal_result sal;
struct ia64_fdesc *fptr = (void*)os_boot_rendez;
int ipi;
+#endif
dp = (struct sal_ap_wakeup_descriptor*)p;
KASSERT(dp->sale_mechanism == 0,