]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit17a2f1ced0280068897990b0dd25ce70555b8ac7
tree93e775454684ae388930bdf070a168e0b0d1c1dc
parentfc6eabbbf8ef99efed778dd5afabc83c21dba585
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