Skip to content

Commit

Permalink
EDAC, MCE: Enable MCE decoding on F12h
Browse files Browse the repository at this point in the history
Turn on MCE decoding on F12h.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Oct 21, 2010
1 parent cb9d5ec commit fda7561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fda7561

Please sign in to comment.