njl 2004/04/25 22:25:06 PDT
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
Move the call to AcpiEnterSleepStatePrep() to before we select the BSP
(cpuid 0) as the processor. It mallocs some data and smp_rendezvous
calls functions with locks held.
Revision Changes Path
1.142 +10 -6 src/sys/dev/acpica/acpi.c