aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/edac/mce_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c
index 6501392389af..7f74f0f318c8 100644
--- a/drivers/edac/mce_amd.c
+++ b/drivers/edac/mce_amd.c
@@ -611,7 +611,7 @@ static int __init mce_amd_init(void)
611 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) 611 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
612 return 0; 612 return 0;
613 613
614 if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x11) && 614 if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x12) &&
615 (boot_cpu_data.x86 != 0x14 || boot_cpu_data.x86_model > 0xf)) 615 (boot_cpu_data.x86 != 0x14 || boot_cpu_data.x86_model > 0xf))
616 return 0; 616 return 0;
617 617