All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.5.55] cpufreq: new p4-m stepping 7
@ 2003-01-09 19:02 Dominik Brodowski
  0 siblings, 0 replies; only message in thread
From: Dominik Brodowski @ 2003-01-09 19:02 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-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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-09 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 19:02 [PATCH 2.5.55] cpufreq: new p4-m stepping 7 Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.