The latest rev of Intel doc AP-485 details a new cache
descriptor that we don't yet support.
A 6MB 24-way assoc L2 cache.
Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c
index 26d615d..2c8afaf 100644
--- a/arch/x86/kernel/cpu/intel_cacheinfo.c
+++ b/arch/x86/kernel/cpu/intel_cacheinfo.c
@@ -62,6 +62,7 @@ static struct _cache_table cache_table[] __cpuinitdata =
{ 0x4b, LVL_3, 8192 }, /* 16-way set assoc, 64 byte line size */
{ 0x4c, LVL_3, 12288 }, /* 12-way set assoc, 64 byte line size */
{ 0x4d, LVL_3, 16384 }, /* 16-way set assoc, 64 byte line size */
+ { 0x4e, LVL_2, 6144 }, /* 24-way set assoc, 64 byte line size */
{ 0x60, LVL_1_DATA, 16 }, /* 8-way set assoc, sectored cache, 64 byte line size */
{ 0x66, LVL_1_DATA, 8 }, /* 4-way set assoc, sectored cache, 64 byte line size */
{ 0x67, LVL_1_DATA, 16 }, /* 4-way set assoc, sectored cache, 64 byte line size */
--
http://www.codemonkey.org.uk
--
| Greg KH | Re: PCIE |
| Rafael J. Wysocki | [Bug #11237] corrupt PMD after resume |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Chuck Ebbert | Why do so many machines need "noapic"? |
git: | |
| Thomas Glanzmann | fatal: serious inflate inconsistency |
| Yossi Leybovich | corrupt object on git-gc |
| Johannes Schindelin | Re: What's in git.git (stable) |
| Alex Riesen | [PATCH] Allow git-diff exit with codes similar to diff(1) |
| Bertram Scharpf | First install: Grub doesn't find partitions |
| Renaud Allard | very weak bridge performance |
| Richard Stallman | Real men don't attack straw men |
| Wijnand Wiersma | Almost success: OpenBSD on Xen |
| Thor Lancelot Simon | Re: sysctl knob to let sugid processes dump core (pr 15994) |
| Nathan J. Williams | Re: Call for testing: ACPI standby/suspend support |
| matthew green | re: @booted_kernel magic symlink? |
| Greg A. Woods | Re: Fork bomb protection patch |
