Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295437
b: refs/heads/master
c: ae615b4
h: refs/heads/master
i:
  295435: 0bf5ea9
v: v3
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Mar 19, 2012
1 parent 3ee96b9 commit e3a1737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68782673e6dd69054a9b75b0983a5e45e16f6625
refs/heads/master: ae615b4b5f0b875cbe8a029239436c6aed8c0ef4
5 changes: 1 addition & 4 deletions trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 corrected"
"DE error occurred"
};

static bool f12h_dc_mce(u16 ec, u8 xec)
Expand Down Expand Up @@ -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"));

Expand Down

0 comments on commit e3a1737

Please sign in to comment.