From: Borislav Petkov Date: Thu, 22 Apr 2010 14:07:00 +0000 (+0200) Subject: x86, cacheinfo: Reorganize AMD L3 cache structure X-Git-Tag: v2.6.35-rc1~516^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9350f982e4fe539e83a2d4a13e9b53ad8253c4a8;p=pandora-kernel.git x86, cacheinfo: Reorganize AMD L3 cache structure Add a struct representing L3 cache attributes (subcache sizes and indices count) and move the respective members out of _cpuid4_info. Also, stash the struct pci_dev ptr into the struct simplifying the code even more. There should be no functionality change resulting from this patch except slightly slimming the _cpuid4_info per-cpu vars. Signed-off-by: Borislav Petkov LKML-Reference: <1271945222-5283-4-git-send-email-bp@amd64.org> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed