[PATCH 2.5.56] cpufreq: new p4-m stepping 7

From: Dominik Brodowski (linux@brodo.de)
Date: Fri Jan 10 2003 - 16:43:06 EST


Add support for mobile Pentium IV processors with stepping 7.

        Dominik

diff -ruN linux-original/arch/i386/kernel/cpu/cpufreq/speedstep.c linux/arch/i386/kernel/cpu/cpufreq/speedstep.c
--- linux-original/arch/i386/kernel/cpu/cpufreq/speedstep.c 2003-01-10 21:55:28.000000000 +0100
+++ linux/arch/i386/kernel/cpu/cpufreq/speedstep.c 2003-01-10 22:13:33.000000000 +0100
@@ -447,7 +447,7 @@
                 if (c->x86_model != 2)
                         return 0;
 
- if (c->x86_mask != 4)
+ if ((c->x86_mask != 4) && (c->x86_mask != 7))
                         return 0;
 
                 ebx = cpuid_ebx(0x00000001);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:35 EST