commit | 5c0e9f28da84c68ce0ae68b7a75faaf862e156e2 | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Tue Dec 08 16:52:44 2009 +0900 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Dec 08 12:11:20 2009 -0800 |
tree | 19bd3c6099a1e397e68b9ecf10d14c0ecb7dc5dd | |
parent | bc09effabf0c5c6c7021e5ef9af15a23579b32a8 [diff] |
x86, mce: fix confusion between bank attributes and mce attributes Commit cebe182033f156b430952370fb0f9dbe6e89b081 had an unnecessary, wrong change: &mce_banks[i].attr is equivalent to the former bank_attrs[i], not to mce_attrs[i]. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Acked-by: Andi Kleen <andi@firstfloor.org> LKML-Reference: <4B1E05CC.4040703@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>