Skip to content

Commit e054477

Browse files
committed
Merge: s390: Add z17 elf platform
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6861 JIRA: https://issues.redhat.com/browse/RHEL-89726 commit 8231a0e Signed-off-by: Mete Durlu <mdurlu@redhat.com> Approved-by: Steve Best <sbest@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Augusto Caringi <acaringi@redhat.com>
2 parents 9124c11 + f6ba951 commit e054477

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/s390/kernel/processor.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@ static int __init setup_elf_platform(void)
276276
case 0x3932:
277277
strcpy(elf_platform, "z16");
278278
break;
279+
case 0x9175:
280+
case 0x9176:
281+
strcpy(elf_platform, "z17");
282+
break;
279283
}
280284
return 0;
281285
}

0 commit comments

Comments
 (0)