Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227313
b: refs/heads/master
c: b18434c
h: refs/heads/master
i:
  227311: 0f18d8d
v: v3
  • Loading branch information
Borislav Petkov committed Jan 7, 2011
1 parent 8d35115 commit 10e8d6f
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: 70fdb494aa8c82f76745d5a32b8abc505813557c
refs/heads/master: b18434cad1740466f7a1c304ea4af0f4d3c874f1
2 changes: 1 addition & 1 deletion trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static void amd_decode_ls_mce(struct mce *m)
u16 ec = m->status & 0xffff;
u8 xec = (m->status >> 16) & xec_mask;

if (boot_cpu_data.x86 == 0x14) {
if (boot_cpu_data.x86 >= 0x14) {
pr_emerg("You shouldn't be seeing an LS MCE on this cpu family,"
" please report on LKML.\n");
return;
Expand Down

0 comments on commit 10e8d6f

Please sign in to comment.