Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271548
b: refs/heads/master
c: 086be78
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov committed Oct 6, 2011
1 parent 0f4bac9 commit 9cd78ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: bff7b812465a797bc563e9938fa11316fcd2ac0d
refs/heads/master: 086be786ca10af7a9783ab06a9b5594c2c6facbf
4 changes: 3 additions & 1 deletion trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ int amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data)
if (amd_filter_mce(m))
return NOTIFY_STOP;

pr_emerg(HW_ERR "CPU:%d MC%d_STATUS[%s|%s|%s|%s|%s",
pr_emerg(HW_ERR "CPU:%d\tMC%d_STATUS[%s|%s|%s|%s|%s",
m->extcpu, m->bank,
((m->status & MCI_STATUS_OVER) ? "Over" : "-"),
((m->status & MCI_STATUS_UC) ? "UE" : "CE"),
Expand All @@ -789,6 +789,8 @@ int amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data)

pr_cont("]: 0x%016llx\n", m->status);

if (m->status & MCI_STATUS_ADDRV)
pr_emerg(HW_ERR "\tMC%d_ADDR: 0x%016llx\n", m->bank, m->addr);

switch (m->bank) {
case 0:
Expand Down

0 comments on commit 9cd78ff

Please sign in to comment.