]> git.baikalelectronics.ru Git - kernel.git/commit
cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_states
authorLai Jiangshan <jiangshanlai@gmail.com>
Fri, 1 Dec 2017 13:50:05 +0000 (21:50 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Mar 2018 15:38:43 +0000 (16:38 +0100)
commitde24aafa26d7c57d1fd7a14c89dcbe84390289a4
tree93e775454684ae388930bdf070a168e0b0d1c1dc
parent9e78c3fcce02c4f7c5595326ebea1d3dd2129319
cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_states

cpuhp_bp_states and cpuhp_ap_states have different set of steps without any
conflicting steps, so that they can be merged.

The original `[CPUHP_BRINGUP_CPU] = { },` is removed, because the new
cpuhp_hp_states has CPUHP_ONLINE index which is larger than
CPUHP_BRINGUP_CPU.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Link: https://lkml.kernel.org/r/20171201135008.21633-1-jiangshanlai@gmail.com
kernel/cpu.c