Commit e7281eb3 authored by Borislav Petkov's avatar Borislav Petkov Committed by Borislav Petkov

EDAC, MCE: Add F12h IC MCE decoder

... which is the same as for K8 and F10h.
Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
parent 9be0bb10
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment