* PATCH: missing CPU descriptors
@ 2004-08-20 13:32 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2004-08-20 13:32 UTC (permalink / raw)
To: Linux Kernel Mailing List, torvalds, akpm
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
There are a couple of cache descriptors in the current Intel manuals
missing from our tables at least one of which appears in an actual
processor in the real world.
[-- Attachment #2: a1 --]
[-- Type: text/plain, Size: 521 bytes --]
--- arch/i386/kernel/cpu/intel.c~ 2004-08-20 05:52:49.000000000 +0100
+++ arch/i386/kernel/cpu/intel.c 2004-08-20 05:52:49.000000000 +0100
@@ -97,10 +97,12 @@
{ 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 },
{ 0x82, LVL_2, 256 },
{ 0x83, LVL_2, 512 },
{ 0x84, LVL_2, 1024 },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-20 14:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-20 13:32 PATCH: missing CPU descriptors Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome