Module Name: src Committed By: jruoho Date: Mon Aug 16 17:58:42 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_cpu.c acpi_cpu.h acpi_cpu_cstate.c acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Now that the deferred configuration actually works as expected and documented, use config_defer(9) instead of config_finalize_register(9), and simplify the code paths around the initialization. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/acpi/acpi_cpu.c \ src/sys/dev/acpi/acpi_cpu.h cvs rdiff -u -r1.28 -r1.29 src/sys/dev/acpi/acpi_cpu_cstate.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/acpi_cpu_pstate.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/acpi_cpu_tstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.