Commit ec401fb6 authored by Liao Xuan's avatar Liao Xuan
Browse files

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

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


CVE: NA

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

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

Signed-off-by: default avatarLiao Xuan <liaoxuan@hygon.cn>
parent 8ba3f44b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4173,6 +4173,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 == 0x7) {
			pvt->ctl_name			= "F18h_M07h";
			break;
		} else if (pvt->model == 0x10) {
			pvt->ctl_name			= "F18h_M10h";
			break;