From: Dave Jones <davej@redhat.com>
To: Con Kolivas <kernel@kolivas.org>
Cc: jeremy@goop.org,
linux kernel mailing list <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: Re: [PATCH] dothan speedstep fix
Date: Fri, 20 Aug 2004 15:19:09 +0100 [thread overview]
Message-ID: <20040820141909.GA16090@redhat.com> (raw)
In-Reply-To: <4125A036.8020401@kolivas.org>
On Fri, Aug 20, 2004 at 04:54:46PM +1000, Con Kolivas wrote:
> Now all I need is for a way to make it report the correct L2 cache.
How's this look ?
Dave
Update Intel cache descriptor decoding to match latest
Intel Documentation (24161827.pdf)
Signed-off-by: Dave Jones <davej@redhat.com>
--- FC2/arch/i386/kernel/cpu/intel.c~ 2004-08-20 15:15:32.049821280 +0100
+++ FC2/arch/i386/kernel/cpu/intel.c 2004-08-20 15:17:34.407220128 +0100
@@ -96,10 +96,13 @@
{ 0x70, LVL_TRACE, 12 },
{ 0x71, LVL_TRACE, 16 },
{ 0x72, LVL_TRACE, 32 },
+ { 0x78, LVL_2, 1024 },
{ 0x79, LVL_2, 128 },
{ 0x7a, LVL_2, 256 },
{ 0x7b, LVL_2, 512 },
{ 0x7c, LVL_2, 1024 },
+ { 0x7d, LVL_2, 2048 },
+ { 0x7f, LVL_2, 512 },
{ 0x82, LVL_2, 256 },
{ 0x83, LVL_2, 512 },
{ 0x84, LVL_2, 1024 },
prev parent reply other threads:[~2004-08-20 14:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=20040820141909.GA16090@redhat.com \
--to=davej@redhat.com \
--cc=akpm@osdl.org \
--cc=jeremy@goop.org \
--cc=kernel@kolivas.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox