[PATCH 2.4] [TRIVIAL] missing entry in Intel cache table

From: Jean Delvare (khali@linux-fr.org)
Date: Thu Oct 03 2002 - 16:38:02 EST


Hello everyone.

It seems that the Intel cache table in arch/i386/kernel/setup.c misses one entry. It must have been lost in 2.4.20-pre1 when Andy Grover converted the old switch-case-based method to the much-nicer table-based one.

--- linux-2.4.20-pre8/arch/i386/kernel/setup.c.orig Thu Oct 3 19:34:34 2002
+++ linux-2.4.20-pre8/arch/i386/kernel/setup.c Thu Oct 3 19:36:39 2002
@@ -2212,6 +2212,7 @@
         { 0x7B, LVL_2, 512 },
         { 0x7C, LVL_2, 1024 },
         { 0x82, LVL_2, 256 },
+ { 0x83, LVL_2, 512 },
         { 0x84, LVL_2, 1024 },
         { 0x85, LVL_2, 2048 },
         { 0x00, 0, 0}

The same applies to the 2.5 tree, see my next post.

Jean Delvare

___________________________________
Webmail Nerim, http://www.nerim.net/

-
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/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:41 EST