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

From: Dominik Brodowski (linux@brodo.de)
Date: Thu Jan 09 2003 - 14:02:40 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-09 19:15:40.000000000 +0100
+++ linux/arch/i386/kernel/cpu/cpufreq/speedstep.c 2003-01-09 19:20: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:29 EST