From d8b080645c1517a3b49ce43b908705fd4e8e7039 Mon Sep 17 00:00:00 2001 From: Jason Gaston Date: Fri, 21 Dec 2007 01:27:19 +0100 Subject: [PATCH] --- yaml --- r: 75115 b: refs/heads/master c: 04fa11ea170afd147b5d1e1ec88ec359a766bf31 h: refs/heads/master i: 75113: 3402ccdf47046bd76850b948c65c4e130e6eee3e 75111: ad2ad9674c15dd1392306d49c5c04e20952f6eb7 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/intel_cacheinfo.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fc0b54a1d5c2..0f2210697044 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c0a698b7443a9fce76b0a849f06c45ac78f3b0a0 +refs/heads/master: 04fa11ea170afd147b5d1e1ec88ec359a766bf31 diff --git a/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c b/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c index 606fe4d55a91..9f530ff43c21 100644 --- a/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c +++ b/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c @@ -49,6 +49,7 @@ static struct _cache_table cache_table[] __cpuinitdata = { 0x3c, LVL_2, 256 }, /* 4-way set assoc, sectored cache, 64 byte line size */ { 0x3d, LVL_2, 384 }, /* 6-way set assoc, sectored cache, 64 byte line size */ { 0x3e, LVL_2, 512 }, /* 4-way set assoc, sectored cache, 64 byte line size */ + { 0x3f, LVL_2, 256 }, /* 2-way set assoc, 64 byte line size */ { 0x41, LVL_2, 128 }, /* 4-way set assoc, 32 byte line size */ { 0x42, LVL_2, 256 }, /* 4-way set assoc, 32 byte line size */ { 0x43, LVL_2, 512 }, /* 4-way set assoc, 32 byte line size */