Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212122
b: refs/heads/master
c: 525906b
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Oct 21, 2010
1 parent 2152b22 commit ef6b719
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cf1d2200dbc214c26a116c4d0c75b7cf27bb19b6
refs/heads/master: 525906bc898d712f21e5bfcfc85ab0e517e3d086
2 changes: 1 addition & 1 deletion trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static void amd_decode_ic_mce(struct mce *m)
pr_cont("%s TLB %s.\n", LL_MSG(ec),
(xec ? "multimatch" : "parity error"));
else if (BUS_ERROR(ec)) {
bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT(58)));
bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58)));

pr_cont("during %s.\n", (k8 ? "system linefill" : "NB data read"));
} else if (fam_ops->ic_mce(ec))
Expand Down

0 comments on commit ef6b719

Please sign in to comment.