]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] missing CPU descriptors
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Sun, 22 Aug 2004 07:03:35 +0000 (00:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 Aug 2004 07:03:35 +0000 (00:03 -0700)
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.

arch/i386/kernel/cpu/intel.c

index 09acdd76b6d3a478105f3238a3cfd61317e587b6..42379aec880d53ef012110fd6da180b292983a3e 100644 (file)
@@ -97,10 +97,12 @@ static struct _cache_table cache_table[] __initdata =
        { 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 },