* [PATCH 2.5.56] cpufreq: new p4-m stepping 7
@ 2003-01-10 21:43 Dominik Brodowski
0 siblings, 0 replies; only message in thread
From: Dominik Brodowski @ 2003-01-10 21:43 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, cpufreq
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-10 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-10 21:43 [PATCH 2.5.56] cpufreq: new p4-m stepping 7 Dominik Brodowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox