From: Venkatesh Pallipadi Date: Sun, 30 Oct 2005 22:59:38 +0000 (-0800) Subject: [PATCH] x86: when L3 is present show its size in /proc/cpuinfo X-Git-Tag: v2.6.15-rc1~59^2~15^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30037f66ce63b6b7ca1fbfb06605b831f4a60df6;p=pandora-kernel.git [PATCH] x86: when L3 is present show its size in /proc/cpuinfo The code that prints the cache size assumes that L3 always lives in chipset and is shared across CPUs. Which is not really true. I think all the cachesizes reported by cpuid are in the processor itself. The attached patch changes the code to reflect that. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed