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

Dominik Brodowski (linux@brodo.de)
Thu, 9 Jan 2003 20:02:40 +0100


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/