From: Borislav Petkov Date: Wed, 22 Sep 2010 14:12:03 +0000 (+0200) Subject: EDAC, MCE: Enable MCE decoding on F12h X-Git-Tag: upstream/snapshot3+hdmi~12737^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fda7561f438aeddf074e2db0890e283195aa7779;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git EDAC, MCE: Enable MCE decoding on F12h Turn on MCE decoding on F12h. Signed-off-by: Borislav Petkov --- diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c index 6501392..7f74f0f 100644 --- a/drivers/edac/mce_amd.c +++ b/drivers/edac/mce_amd.c @@ -611,7 +611,7 @@ static int __init mce_amd_init(void) if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) return 0; - if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x11) && + if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x12) && (boot_cpu_data.x86 != 0x14 || boot_cpu_data.x86_model > 0xf)) return 0;