Module Name: src Committed By: jruoho Date: Thu Aug 12 06:17:15 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c Log Message: Three small things: (1) fix off by one, (2) protect the cached P-state (required for interaction with T-states), and (3) use aprint_debug(9) instead of the ACPI_DEBUG_PRINT(x) macro for the dynamic frequency changes (for the time being, people need easier way to observe the dynamic changes). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.