diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2010-09-22 16:12:03 +0200 |
---|---|---|
committer | Borislav Petkov <bp@amd64.org> | 2010-10-21 14:48:06 +0200 |
commit | fda7561f438aeddf074e2db0890e283195aa7779 (patch) | |
tree | 5d6503a3112c83baa70ac83420115340de38c48a | |
parent | cb9d5ecdff66197f65a6be8032ccc1ebf7199684 (diff) | |
download | linux-3.10-fda7561f438aeddf074e2db0890e283195aa7779.tar.gz linux-3.10-fda7561f438aeddf074e2db0890e283195aa7779.tar.bz2 linux-3.10-fda7561f438aeddf074e2db0890e283195aa7779.zip |
EDAC, MCE: Enable MCE decoding on F12h
Turn on MCE decoding on F12h.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
-rw-r--r-- | drivers/edac/mce_amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c index 6501392389a..7f74f0f318c 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; |