]> Git Repo - linux.git/commitdiff
s390: remove g5 elf platform support
authorHeiko Carstens <[email protected]>
Fri, 13 Nov 2015 11:45:12 +0000 (12:45 +0100)
committerMartin Schwidefsky <[email protected]>
Mon, 16 Nov 2015 11:04:41 +0000 (12:04 +0100)
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]>
arch/s390/kernel/setup.c

index ce0cbd6ba7ca9e5a8ca4b0cf05b37ea2a1e5dcc0..c837bcacf2188460a50754f3a75d1b485c25f671 100644 (file)
@@ -764,9 +764,6 @@ static int __init setup_hwcaps(void)
        get_cpu_id(&cpu_id);
        add_device_randomness(&cpu_id, sizeof(cpu_id));
        switch (cpu_id.machine) {
-       case 0x9672:
-               strcpy(elf_platform, "g5");
-               break;
        case 0x2064:
        case 0x2066:
        default:        /* Use "z900" as default for 64 bit kernels. */
This page took 0.056739 seconds and 4 git commands to generate.