Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227314
b: refs/heads/master
c: 05cd667
h: refs/heads/master
v: v3
  • Loading branch information
Borislav Petkov committed Jan 7, 2011
1 parent 10e8d6f commit 887fa55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b18434cad1740466f7a1c304ea4af0f4d3c874f1
refs/heads/master: 05cd667d668eb08845dd49c02130e5223121b715
10 changes: 10 additions & 0 deletions trunk/drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,15 @@ static bool f10h_nb_mce(u16 ec, u8 xec)
goto out;
break;

case 0x19:
if (boot_cpu_data.x86 == 0x15)
pr_cont("Compute Unit Data Error.\n");
else
ret = false;

goto out;
break;

case 0x1c ... 0x1f:
offset = 24;
break;
Expand Down Expand Up @@ -804,6 +813,7 @@ static int __init mce_amd_init(void)
xec_mask = 0x1f;
fam_ops->dc_mce = f15h_dc_mce;
fam_ops->ic_mce = f15h_ic_mce;
fam_ops->nb_mce = f10h_nb_mce;
break;

default:
Expand Down

0 comments on commit 887fa55

Please sign in to comment.