]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, MCA: Finish mca_config conversion
authorBorislav Petkov <bp@alien8.de>
Wed, 17 Oct 2012 10:05:33 +0000 (12:05 +0200)
committerBorislav Petkov <bp@alien8.de>
Fri, 26 Oct 2012 12:37:58 +0000 (14:37 +0200)
commit1462594bf2866c1dc80066ed6f49f4331c551901
tree361b807d85cde6b70ccc232f9aaf4079793a63b1
parent7af19e4afdafa4adb5fffc569d5bb1c5e568ba98
x86, MCA: Finish mca_config conversion

mce_ser, mce_bios_cmci_threshold and mce_disabled are the last three
bools which need conversion. Move them to the mca_config struct and
adjust usage sites accordingly.

Signed-off-by: Borislav Petkov <bp@alien8.de>
Acked-by: Tony Luck <tony.luck@intel.com>
arch/x86/include/asm/mce.h
arch/x86/kernel/cpu/mcheck/mce-internal.h
arch/x86/kernel/cpu/mcheck/mce-severity.c
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/cpu/mcheck/mce_intel.c
arch/x86/lguest/boot.c