public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dothan speedstep fix
@ 2004-08-20  6:54 Con Kolivas
  2004-08-20 13:38 ` Alan Cox
  2004-08-20 14:19 ` Dave Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Con Kolivas @ 2004-08-20  6:54 UTC (permalink / raw)
  To: jeremy; +Cc: linux kernel mailing list


[-- Attachment #1.1: Type: text/plain, Size: 272 bytes --]

Hi Jeremy

My new dothan cpu comes up as stepping 6. This patch fixes speedstep 
support for my laptop unless it can come up as multiple stepping values? 
Now all I need is for a way to make it report the correct L2 cache.

Signed-off-by: Con Kolivas <kernel@kolivas.org>

[-- Attachment #1.2: dothan-speedstep-fix.diff --]
[-- Type: text/x-patch, Size: 543 bytes --]

Index: linux-2.6.8.1-ck/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
===================================================================
--- linux-2.6.8.1-ck.orig/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c	2004-08-15 14:08:04.000000000 +1000
+++ linux-2.6.8.1-ck/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c	2004-08-20 16:52:19.292124878 +1000
@@ -57,7 +57,7 @@ static const struct cpu_id cpu_id_dothan
 	.x86_vendor = X86_VENDOR_INTEL,
 	.x86 = 6,
 	.x86_model = 13,
-	.x86_mask = 1,
+	.x86_mask = 6,
 };
 
 struct cpu_model

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-20 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20  6:54 [PATCH] dothan speedstep fix Con Kolivas
2004-08-20 13:38 ` Alan Cox
2004-08-20 14:51   ` Con Kolivas
2004-08-20 14:56     ` Dave Jones
2004-08-20 14:19 ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox