git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d32bc
)
x86: mce: Lower maximum number of banks to architecture limit
author
Andi Kleen
<andi@firstfloor.org>
Wed, 8 Jul 2009 22:31:45 +0000
(
00:31
+0200)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 10 Jul 2009 01:39:47 +0000
(18:39 -0700)
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>
No differences found