commit | 3ccdccfadbd2548abe38682b587f4ba27eac2fc9 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Thu Jul 09 00:31:45 2009 +0200 |
committer | H. Peter Anvin <hpa@zytor.com> | Thu Jul 09 18:39:47 2009 -0700 |
tree | 3ee1c1f850409cffad35464dfc310d242dd66d25 | |
parent | a2d32bcbc008aa0f9c301a7c6f3494cb23e6af54 [diff] |
x86: mce: Lower maximum number of banks to architecture limit The Intel x86 architecture right now only supports 32 machine check banks, more would bump into other MSRs. So lower the max define to 32. This only affects a few bitmaps, most data structures are dynamically sized anyways. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>