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:
6878267
)
MCE, AMD: Correct bank 5 error signatures
author
Borislav Petkov
<
[email protected]
>
Fri, 25 Nov 2011 14:42:59 +0000
(15:42 +0100)
committer
Borislav Petkov
<
[email protected]
>
Mon, 19 Mar 2012 11:06:26 +0000
(12:06 +0100)
... and remove superfluous ErrorCodeExt check.
Signed-off-by: Borislav Petkov <
[email protected]
>
Reviewed-by: Andreas Herrmann <
[email protected]
>
drivers/edac/mce_amd.c
patch
|
blob
|
history
diff --git
a/drivers/edac/mce_amd.c
b/drivers/edac/mce_amd.c
index f6ebe5e9a57f4f27e88b6bf613590c3f31843a36..88a92974b78c6a0103ecb09e328dfb864be4f519 100644
(file)
--- a/
drivers/edac/mce_amd.c
+++ b/
drivers/edac/mce_amd.c
@@
-136,7
+136,7
@@
static const char * const fr_ex_mce_desc[] = {
"Physical register file AG0 port",
"Physical register file AG1 port",
"Flag register file",
- "DE
correctable error could not be correct
ed"
+ "DE
error occurr
ed"
};
static bool f12h_dc_mce(u16 ec, u8 xec)
@@
-577,9
+577,6
@@
static void amd_decode_fr_mce(struct mce *m)
if (c->x86 == 0xf || c->x86 == 0x11)
goto wrong_fr_mce;
- if (c->x86 != 0x15 && xec != 0x0)
- goto wrong_fr_mce;
-
pr_emerg(HW_ERR "%s Error: ",
(c->x86 == 0x15 ? "Execution Unit" : "FIROB"));