[CPUFREQ] acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSR
authorVenki Pallipadi <venkatesh.pallipadi@intel.com>
Wed, 23 May 2007 22:42:13 +0000 (15:42 -0700)
committerDave Jones <davej@redhat.com>
Tue, 29 May 2007 20:56:40 +0000 (16:56 -0400)
During recent acpi-cpufreq changes, writing to PERF_CTL msr
changed from RMW of entire 64 bit to RMW of low 32 bit and clearing of
upper 32 bit. Fix it back to do a proper RMW of the MSR.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Dave Jones <davej@redhat.com>

No differences found