Wrap the startup code used by secondary processors in #ifdef SMP.

This commit is contained in:
John Baldwin 2001-01-24 10:01:53 +00:00
parent bb4b2d8b2a
commit e4fb2bca29

View File

@ -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
/**************************************************************************/