From: Con Kolivas <kernel@kolivas.org>
To: jeremy@goop.org
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [PATCH] dothan speedstep fix
Date: Fri, 20 Aug 2004 16:54:46 +1000 [thread overview]
Message-ID: <4125A036.8020401@kolivas.org> (raw)
[-- 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 --]
next reply other threads:[~2004-08-20 6:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-20 6:54 Con Kolivas [this message]
2004-08-20 13:38 ` [PATCH] dothan speedstep fix Alan Cox
2004-08-20 14:51 ` Con Kolivas
2004-08-20 14:56 ` Dave Jones
2004-08-20 14:19 ` Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4125A036.8020401@kolivas.org \
--to=kernel@kolivas.org \
--cc=jeremy@goop.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.