Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227321
b: refs/heads/master
c: 50adbbd
h: refs/heads/master
i:
  227319: 35b6b1e
v: v3
  • Loading branch information
Randy Dunlap authored and Borislav Petkov committed Jan 7, 2011
1 parent a2ca136 commit eaad70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bad11e031862294265145d87dd4be1ae4af0d57f
refs/heads/master: 50adbbd8a8e572ad2533eace228c841ec84028a3
4 changes: 2 additions & 2 deletions trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ int amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data)

if (c->x86 == 0x15)
pr_cont("|%s|%s",
((m->status & BIT(44)) ? "Deferred" : "-"),
((m->status & BIT(43)) ? "Poison" : "-"));
((m->status & BIT_64(44)) ? "Deferred" : "-"),
((m->status & BIT_64(43)) ? "Poison" : "-"));

/* do the two bits[14:13] together */
ecc = (m->status >> 45) & 0x3;
Expand Down

0 comments on commit eaad70f

Please sign in to comment.