Skip to content

Commit

Permalink
EDAC, MCE: Add F12h IC MCE decoder
Browse files Browse the repository at this point in the history
... which is the same as for K8 and F10h.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
  • Loading branch information
Borislav Petkov authored and Borislav Petkov committed Oct 21, 2010
1 parent 9be0bb1 commit e7281eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/edac/mce_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ static int __init mce_amd_init(void)

case 0x12:
fam_ops->dc_mce = f12h_dc_mce;
fam_ops->ic_mce = k8_ic_mce;
break;

case 0x14:
Expand Down

0 comments on commit e7281eb

Please sign in to comment.