diff options
author | Dave Jones <davej@redhat.com> | 2006-11-08 19:22:45 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-11-08 19:22:45 -0500 |
commit | 474a14df3fce60bebde64d25c6adbdab7d30594a (patch) | |
tree | b1b94da6fb21ac429ea41350530cd48f8a87c111 /arch/i386 | |
parent | 6fdc2d07501f1fff1637f3c8efdc860e7fd28eb0 (diff) |
Revert "[CPUFREQ] speedstep-centrino should ignore upper performance control bits"
This reverts commit d7a1944e8da5e91859b98259189aaaa4d8b7fa07.
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c index e3fa03ab19ab..d2d9caf00a2f 100644 --- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c +++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | |||
@@ -463,10 +463,6 @@ static int centrino_cpu_init_acpi(struct cpufreq_policy *policy) | |||
463 | } | 463 | } |
464 | 464 | ||
465 | for (i=0; i<p->state_count; i++) { | 465 | for (i=0; i<p->state_count; i++) { |
466 | /* clear high bits (set by some BIOSes) that are non-relevant and | ||
467 | problematic for this driver's MSR only frequency transition code */ | ||
468 | p->states[i].control &= 0xffff; | ||
469 | |||
470 | if (p->states[i].control != p->states[i].status) { | 466 | if (p->states[i].control != p->states[i].status) { |
471 | dprintk("Different control (%llu) and status values (%llu)\n", | 467 | dprintk("Different control (%llu) and status values (%llu)\n", |
472 | p->states[i].control, p->states[i].status); | 468 | p->states[i].control, p->states[i].status); |