public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] backport missing Intel cache sizes.
@ 2003-09-22 15:45 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2003-09-22 15:45 UTC (permalink / raw)
  To: Marcelo Tossati; +Cc: Linux Kernel

Add some descriptors for Intel cache sizes.

		Dave

--- arch/i386/kernel/setup.c~	2003-09-22 15:48:24.000000000 +0100
+++ arch/i386/kernel/setup.c	2003-09-22 15:49:33.000000000 +0100
@@ -2296,6 +2296,8 @@
 	{ 0x23, LVL_3,      1024 },
 	{ 0x25, LVL_3,      2048 },
 	{ 0x29, LVL_3,      4096 },
+	{ 0x2c, LVL_1_DATA, 32 },
+	{ 0x30, LVL_1_INST, 32 },
 	{ 0x39, LVL_2,      128 },
 	{ 0x3b, LVL_2,      128 },
 	{ 0x3C, LVL_2,      256 },
@@ -2318,6 +2320,8 @@
 	{ 0x83, LVL_2,      512 },
 	{ 0x84, LVL_2,      1024 },
 	{ 0x85, LVL_2,      2048 },
+	{ 0x86, LVL_2,      512 },
+	{ 0x87, LVL_2,      1024 },
 	{ 0x00, 0, 0}
 };
 
-- 
 Dave Jones     http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-22 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-22 15:45 [PATCH] backport missing Intel cache sizes Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox