From: Borislav Petkov Date: Thu, 22 Apr 2010 14:07:01 +0000 (+0200) Subject: x86, cacheinfo: Make L3 cache info per node X-Git-Tag: v2.6.35-rc1~516^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba06edb63f5ef2913aad37070eaec3c9d8ac73b8;p=pandora-kernel.git x86, cacheinfo: Make L3 cache info per node Currently, we're allocating L3 cache info and calculating indices for each online cpu which is clearly superfluous. Instead, we need to do this per-node as is each L3 cache. No functional change, only per-cpu memory savings. -v2: Allocate L3 cache descriptors array dynamically. Signed-off-by: Borislav Petkov LKML-Reference: <1271945222-5283-5-git-send-email-bp@amd64.org> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed