Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=474a14df3fce60bebde64d25c6adbdab7d30594a
Commit:     474a14df3fce60bebde64d25c6adbdab7d30594a
Parent:     6fdc2d07501f1fff1637f3c8efdc860e7fd28eb0
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Wed Nov 8 19:22:45 2006 -0500
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Wed Nov 8 19:22:45 2006 -0500

    Revert "[CPUFREQ] speedstep-centrino should ignore upper performance 
control bits"
    
    This reverts commit d7a1944e8da5e91859b98259189aaaa4d8b7fa07.
---
 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 e3fa03a..d2d9caf 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)
        }
 
        for (i=0; i<p->state_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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to