[PATCH] dothan speedstep fix

From: Con Kolivas
Date: Fri Aug 20 2004 - 01:59:56 EST


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@xxxxxxxxxxx> 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: signature.asc
Description: OpenPGP digital signature