mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
halt APs on reboot
This commit is contained in:
parent
3655b5e696
commit
cba4003c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue