halt APs on reboot

This commit is contained in:
Kip Macy 2009-02-05 21:41:27 +00:00
parent 3655b5e696
commit cba4003c0d

View File

@ -619,7 +619,7 @@ cpu_reset_real()
if (smp_processor_id() == 0)
HYPERVISOR_shutdown(SHUTDOWN_reboot);
else
HYPERVISOR_shutdown(SHUTDOWN_reboot);
HYPERVISOR_shutdown(SHUTDOWN_poweroff);
#endif
#ifdef CPU_ELAN
if (elan_mmcr != NULL)