Wrap the startup code used by secondary processors in #ifdef SMP.
This commit is contained in:
parent
bb4b2d8b2a
commit
e4fb2bca29
@ -140,6 +140,7 @@
|
|||||||
|
|
||||||
END(locorestart)
|
END(locorestart)
|
||||||
|
|
||||||
|
#ifdef SMP
|
||||||
/*
|
/*
|
||||||
* Secondary processors start executing here. They will have their
|
* Secondary processors start executing here. They will have their
|
||||||
* unique value set to point at the per-cpu structure and will
|
* unique value set to point at the per-cpu structure and will
|
||||||
@ -175,6 +176,7 @@
|
|||||||
call_pal PAL_halt
|
call_pal PAL_halt
|
||||||
|
|
||||||
END(smp_init_secondary_glue)
|
END(smp_init_secondary_glue)
|
||||||
|
#endif
|
||||||
|
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user