EDAC, MCE: Enable MCE decoding on F12h
Turn on MCE decoding on F12h. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
This commit is contained in:
parent
cb9d5ecdff
commit
fda7561f43
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ static int __init mce_amd_init(void)
|
||||||
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
|
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
|
||||||
return 0;
|
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))
|
(boot_cpu_data.x86 != 0x14 || boot_cpu_data.x86_model > 0xf))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue