From 6ed0e54306c548aa5a38b330acea32bda03ee609 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 8 Nov 2006 19:22:45 -0500 Subject: [PATCH] --- yaml --- r: 39646 b: refs/heads/master c: 474a14df3fce60bebde64d25c6adbdab7d30594a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 13a219990704..3d65be76111e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fdc2d07501f1fff1637f3c8efdc860e7fd28eb0 +refs/heads/master: 474a14df3fce60bebde64d25c6adbdab7d30594a diff --git a/trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c b/trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c index e3fa03ab19ab..d2d9caf00a2f 100644 --- a/trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c +++ b/trunk/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c @@ -463,10 +463,6 @@ static int centrino_cpu_init_acpi(struct cpufreq_policy *policy) } for (i=0; istate_count; i++) { - /* clear high bits (set by some BIOSes) that are non-relevant and - problematic for this driver's MSR only frequency transition code */ - p->states[i].control &= 0xffff; - if (p->states[i].control != p->states[i].status) { dprintk("Different control (%llu) and status values (%llu)\n", p->states[i].control, p->states[i].status);