EDAC, MCE: Add F12h IC MCE decoder
... which is the same as for K8 and F10h. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
This commit is contained in:
parent
9be0bb1072
commit
e7281eb37d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue