Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[platform/kernel/linux-rpi.git] / arch / powerpc / kernel / smp.c
index 9cc7d3d..605bab4 100644 (file)
@@ -1730,8 +1730,6 @@ void __cpu_die(unsigned int cpu)
 
 void arch_cpu_idle_dead(void)
 {
-       sched_preempt_enable_no_resched();
-
        /*
         * Disable on the down path. This will be re-enabled by
         * start_secondary() via start_secondary_resume() below