sched/core: Initialize the idle task with preemption disabled
[linux-2.6-microblaze.git] / arch / alpha / kernel / smp.c
index f4dd9f3..4b2575f 100644 (file)
@@ -166,7 +166,6 @@ smp_callin(void)
        DBGS(("smp_callin: commencing CPU %d current %p active_mm %p\n",
              cpuid, current, current->active_mm));
 
-       preempt_disable();
        cpu_startup_entry(CPUHP_AP_ONLINE_IDLE);
 }