lkml.org 
[lkml]   [2004]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] dothan speedstep fix
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 },
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.067 / U:0.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site