mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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
@ -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…
x
Reference in New Issue
Block a user