Module Name: src Committed By: jruoho Date: Fri Aug 13 18:44:24 UTC 2010
Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Remove some unnecessary locking. Mainly a leftover from previous revisions where the dynamic maximum/minimum was used also when retrieving the current state. The state-array itself changes only in C-states. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpi_cpu_pstate.c cvs rdiff -u -r1.1 -r1.2 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.