Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[firefly-linux-kernel-4.4.55.git] / arch / s390 / kernel / smp.c
index 64ebbcbb31ea7c0ddd6042fe67434a5f49b04071..a8bf9994b0863194d049493b061104b0390edc88 100644 (file)
@@ -714,12 +714,6 @@ static void __cpuinit smp_start_secondary(void *cpuvoid)
        ipi_call_lock();
        set_cpu_online(smp_processor_id(), true);
        ipi_call_unlock();
-       /*
-        * Wait until the cpu which brought this one up marked it
-        * active before enabling interrupts.
-        */
-       while (!cpumask_test_cpu(smp_processor_id(), cpu_active_mask))
-               cpu_relax();
        local_irq_enable();
        /* cpu_idle will call schedule for us */
        cpu_idle();