cpu/hotplug: Get rid of CPU_STARTING reference
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 17 Aug 2016 12:21:04 +0000 (14:21 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 22 Aug 2016 16:50:45 +0000 (09:50 -0700)
commit0c6d4576c45736f829dc3390ac95181b2ed21bc7
treef35d6a6f09ea1dd10c96e1837f52ca37b955ba60
parent7ec99de36f402618ae44147ac7fa9a07e4757a5f
cpu/hotplug: Get rid of CPU_STARTING reference

CPU_STARTING is scheduled for removal. There is no use of it in drivers
and core code uses it only for compatibility with old-style CPU-hotplug
notifiers.  This patch removes therefore removes CPU_STARTING from an
RCU-related comment.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/cpu.c