Commit 54f8354f authored by Liao Xuan's avatar Liao Xuan
Browse files

EDAC/amd64: Add support for Hygon family 18h model 10h

hygon inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I9VW9Q


CVE: NA

---------------------------

Add Hygon family 18h model 10h processor support for amd64_edac.

Signed-off-by: default avatarLiao Xuan <liaoxuan@hygon.cn>
parent 95260dd0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4171,6 +4171,9 @@ static int per_family_init(struct amd64_pvt *pvt)
		} else if (pvt->model == 0x6) {
			pvt->ctl_name			= "F18h_M06h";
			break;
		} else if (pvt->model == 0x10) {
			pvt->ctl_name			= "F18h_M10h";
			break;
		}
		pvt->ctl_name				= "F18h";
		break;