]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/s390/kernel/smp.c
[S390] smp: fix sigp sense handling
[karo-tx-linux.git] / arch / s390 / kernel / smp.c
index c99c45b848e34f7ee01e81dcb4a7f2bb24b378a4..93e52039321b1f6bcb2a89c335c3c9b4ef1c1104 100644 (file)
@@ -76,7 +76,6 @@ static int cpu_stopped(int cpu)
        __u32 status;
 
        switch (signal_processor_ps(&status, 0, cpu, sigp_sense)) {
-       case sigp_order_code_accepted:
        case sigp_status_stored:
                /* Check for stopped and check stop state */
                if (status & 0x50)