summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-24 10:01:53 +0000
committerjhb <jhb@FreeBSD.org>2001-01-24 10:01:53 +0000
commit87deba6ead1bca910c16b2ace5cdbf984b076e13 (patch)
tree7e74702773fe2e3a2db76d07c8cbf88ae72abf2d
parentdf7b91e66f3bfdee40ac0d6ec9a5e405d77b4e3f (diff)
downloadFreeBSD-src-87deba6ead1bca910c16b2ace5cdbf984b076e13.zip
FreeBSD-src-87deba6ead1bca910c16b2ace5cdbf984b076e13.tar.gz
Wrap the startup code used by secondary processors in #ifdef SMP.
-rw-r--r--sys/alpha/alpha/locore.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s
index 2da1315..5f1f191 100644
--- a/sys/alpha/alpha/locore.s
+++ b/sys/alpha/alpha/locore.s
@@ -140,6 +140,7 @@
END(locorestart)
+#ifdef SMP
/*
* Secondary processors start executing here. They will have their
* unique value set to point at the per-cpu structure and will
@@ -175,6 +176,7 @@
call_pal PAL_halt
END(smp_init_secondary_glue)
+#endif
/**************************************************************************/
OpenPOWER on IntegriCloud