Re: [PATCH] mce: acpi/apei: Only disable banks listed in HEST if mce is configured

2013-08-10 Thread Borislav Petkov
On Fri, Jul 19, 2013 at 09:50:15AM -0700, Luck, Tony wrote: > From: "Naveen N. Rao" > > Randconfig testing found this error: > >> hest.c(.init.text+0x6004): undefined reference to 'mce_disable_bank' > > Fix by wrapping body of hest_parse_cmc() inside #ifdef CONFIG_X86_MCE > > Reported-by: "Wu,

[PATCH] mce: acpi/apei: Only disable banks listed in HEST if mce is configured

2013-07-19 Thread Luck, Tony
From: "Naveen N. Rao" Randconfig testing found this error: >> hest.c(.init.text+0x6004): undefined reference to 'mce_disable_bank' Fix by wrapping body of hest_parse_cmc() inside #ifdef CONFIG_X86_MCE Reported-by: "Wu, Fengguang" Signed-off-by: Naveen N. Rao Signed-off-by: Tony Luck --- [Pe