Re: [PATCH] x86/mce: Do not log spurious corrected mce errors

From: Luck, Tony
Date: Fri Feb 14 2020 - 12:36:51 EST


On Fri, Feb 14, 2020 at 07:34:07AM -0500, Prarit Bhargava wrote:
> #ifdef CONFIG_X86_MCE_AMD
> extern bool amd_filter_mce(struct mce *m);
> +extern bool intel_filter_mce(struct mce *m);
> #else

Something very weird is going on here. Why does
CONFIG_X86_MCE_AMD have to be set to enable some
*Intel* filter operation?

-Tony