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

View File

@@ -374,7 +374,7 @@ PUBLIC void minix_shutdown(timer_t *tp)
* monitor again
*/
if (ncpus > 1)
NOT_IMPLEMENTED;
smp_shutdown_aps();
#endif
arch_stop_local_timer();
hw_intr_disable_all();