cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier
[cascardo/linux.git] / arch / sparc / kernel / smp_32.c
index fb30e7c..e80e6ba 100644 (file)
@@ -352,9 +352,7 @@ static void sparc_start_secondary(void *arg)
        preempt_disable();
        cpu = smp_processor_id();
 
-       /* Invoke the CPU_STARTING notifier callbacks */
        notify_cpu_starting(cpu);
-
        arch_cpu_pre_online(arg);
 
        /* Set the CPU in the cpu_online_mask */