commit | f9b90566cd46e19f670a1e60a717ff243f060a8a | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Sat Jan 10 21:58:10 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 11 19:13:16 2009 +0100 |
tree | 3ddc9009f2ac5f4cdca3351ccfae6635bb49352b | |
parent | a1c33bbeb7061f3ed39103c385844474eaa8f921 [diff] |
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 <travis@sgi.com>