From: Andi Kleen Date: Wed, 8 Jul 2009 22:31:45 +0000 (+0200) Subject: x86: mce: Lower maximum number of banks to architecture limit X-Git-Tag: v2.6.32-rc1~651^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ccdccfadbd2548abe38682b587f4ba27eac2fc9;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed