Skip to content

Commit bb50300

Browse files
author
CKI KWF Bot
committed
Merge: s390: Add z17 elf platform
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/885 JIRA: https://issues.redhat.com/browse/RHEL-89725 commit 8231a0e Signed-off-by: Mete Durlu <[email protected]> Approved-by: Steve Best <[email protected]> Approved-by: Tony Camuso <[email protected]> Approved-by: CKI KWF Bot <[email protected]> Merged-by: CKI GitLab Kmaint Pipeline Bot <[email protected]>
2 parents a3bc5b1 + e4a3b14 commit bb50300

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
@@ -292,6 +292,10 @@ static int __init setup_elf_platform(void)
292292
case 0x3932:
293293
strcpy(elf_platform, "z16");
294294
break;
295+
case 0x9175:
296+
case 0x9176:
297+
strcpy(elf_platform, "z17");
298+
break;
295299
}
296300
return 0;
297301
}

0 commit comments

Comments
 (0)