Module Name: src Committed By: jruoho Date: Thu Aug 19 05:09:53 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_cpu.c Log Message: Deal with autoconfiguration madness by using config_defer(9) to defer config_interrupts(9) to be executed. This is necessary because: (a) the initialization routines must be run only once after interrupts are enabled and (b) all ACPI CPUs have attached. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acpi/acpi_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.