提交 fda7561f 编写于 作者: B Borislav Petkov 提交者: Borislav Petkov

EDAC, MCE: Enable MCE decoding on F12h

Turn on MCE decoding on F12h.
Signed-off-by: NBorislav Petkov <borislav.petkov@amd.com>
上级 cb9d5ecd
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册