projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9d5ec
)
EDAC, MCE: Enable MCE decoding on F12h
author
Borislav Petkov
<borislav.petkov@amd.com>
Wed, 22 Sep 2010 14:12:03 +0000
(16:12 +0200)
committer
Borislav 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
patch
|
blob
|
history
diff --git
a/drivers/edac/mce_amd.c
b/drivers/edac/mce_amd.c
index 6501392389afa21f8b4bdbb4932386580b808617..7f74f0f318c89d5cfe90db94915d0bd979101e2f 100644
(file)
--- 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 > 0x1
1
) &&
+ if ((boot_cpu_data.x86 < 0xf || boot_cpu_data.x86 > 0x1
2
) &&
(boot_cpu_data.x86 != 0x14 || boot_cpu_data.x86_model > 0xf))
return 0;