Work around the preemption problem in acpi_cpu.c for shutting down.
Submitted by: nate / jhb
This commit is contained in:
parent
3e4482412b
commit
f2b6954343
@ -377,7 +377,9 @@ acpi_cpu_shutdown(device_t dev)
|
||||
|
||||
/* Wait for all processors to exit acpi_cpu_idle(). */
|
||||
smp_rendezvous(NULL, NULL, NULL, NULL);
|
||||
#if 0
|
||||
while (cpu_idle_busy > 0)
|
||||
#endif
|
||||
DELAY(1);
|
||||
|
||||
return_VALUE (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user