cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier
All users are converted to state machine, remove CPU_STARTING and the corresponding CPU_DYING. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: rt@linutronix.de Link: http://lkml.kernel.org/r/20160818125731.27256-2-bigeasy@linutronix.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user