Skip to content

Commit 6cc6cd2

Browse files
author
CKI KWF Bot
committed
Merge: EDAC/amd64: Correct number of UMCs for family 19h models 70h-7fh
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7218 JIRA: https://issues.redhat.com/browse/RHEL-102251 Fix ECC support in amd64_edac module for Phoenix/Phoenix2 APUs Signed-off-by: Joel Savitz <jsavitz@redhat.com> Approved-by: Rafael Aquini <raquini@redhat.com> Approved-by: Herton R. Krzesinski <herton@redhat.com> Approved-by: Jiri Dluhos <jdluhos@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents f830580 + b68fbc8 commit 6cc6cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/edac/amd64_edac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3882,6 +3882,7 @@ static int per_family_init(struct amd64_pvt *pvt)
38823882
break;
38833883
case 0x70 ... 0x7f:
38843884
pvt->ctl_name = "F19h_M70h";
3885+
pvt->max_mcs = 4;
38853886
pvt->flags.zn_regs_v2 = 1;
38863887
break;
38873888
case 0x90 ... 0x9f:

0 commit comments

Comments
 (0)