From: Mike Travis Date: Sun, 11 Jan 2009 05:58:10 +0000 (-0800) Subject: x86: reduce stack usage in init_intel_cacheinfo X-Git-Tag: v2.6.30-rc1~3^2~6^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9b90566cd46e19f670a1e60a717ff243f060a8a;p=pandora-kernel.git x86: reduce stack usage in init_intel_cacheinfo Impact: reduce stack usage. init_intel_cacheinfo() does not use the cpumask so define a subset of struct _cpuid4_info (_cpuid4_info_regs) that can be used instead. Signed-off-by: Mike Travis --- Reading git-diff-tree failed