]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
EDAC, MCE: Enable MCE decoding on F12h
authorBorislav Petkov <borislav.petkov@amd.com>
Wed, 22 Sep 2010 14:12:03 +0000 (16:12 +0200)
committerBorislav Petkov <bp@amd64.org>
Thu, 21 Oct 2010 12:48:06 +0000 (14:48 +0200)
Turn on MCE decoding on F12h.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
drivers/edac/mce_amd.c

index 6501392389afa21f8b4bdbb4932386580b808617..7f74f0f318c89d5cfe90db94915d0bd979101e2f 100644 (file)
@@ -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;