Skip to content

Commit ddfd4a0

Browse files
heicarstMartin Schwidefsky
authored andcommitted
s390: remove g5 elf platform support
Remove dead code, since this could only happen on a 31 bit machine where the kernel wouldn't IPL. Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
1 parent c7e8b2c commit ddfd4a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/s390/kernel/setup.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -764,9 +764,6 @@ static int __init setup_hwcaps(void)
764764
get_cpu_id(&cpu_id);
765765
add_device_randomness(&cpu_id, sizeof(cpu_id));
766766
switch (cpu_id.machine) {
767-
case 0x9672:
768-
strcpy(elf_platform, "g5");
769-
break;
770767
case 0x2064:
771768
case 0x2066:
772769
default: /* Use "z900" as default for 64 bit kernels. */

0 commit comments

Comments
 (0)