halt APs on reboot
This commit is contained in:
parent
3655b5e696
commit
cba4003c0d
@ -619,7 +619,7 @@ cpu_reset_real()
|
|||||||
if (smp_processor_id() == 0)
|
if (smp_processor_id() == 0)
|
||||||
HYPERVISOR_shutdown(SHUTDOWN_reboot);
|
HYPERVISOR_shutdown(SHUTDOWN_reboot);
|
||||||
else
|
else
|
||||||
HYPERVISOR_shutdown(SHUTDOWN_reboot);
|
HYPERVISOR_shutdown(SHUTDOWN_poweroff);
|
||||||
#endif
|
#endif
|
||||||
#ifdef CPU_ELAN
|
#ifdef CPU_ELAN
|
||||||
if (elan_mmcr != NULL)
|
if (elan_mmcr != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user