SMP - BSP halts APs before shutting down

This commit is contained in:
Tomas Hruby
2010-09-15 14:10:54 +00:00
parent 311f145bc7
commit 387e1835d1
8 changed files with 39 additions and 22 deletions
+2
View File
@@ -53,6 +53,8 @@ SPINLOCK_DECLARE(boot_lock)
_PROTOTYPE(void wait_for_APs_to_finish_booting, (void));
_PROTOTYPE(void ap_boot_finished, (unsigned cpu));
_PROTOTYPE(void smp_ipi_halt_handler, (void));
_PROTOTYPE(void arch_smp_halt_cpu, (void));
#endif /* __ASSEMBLY__ */