cpu/hotplug: Move bringup of secondary CPUs out of smp_init()
authorQais Yousef <qais.yousef@arm.com>
Mon, 23 Mar 2020 13:51:09 +0000 (13:51 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 25 Mar 2020 11:59:37 +0000 (12:59 +0100)
commitb99a26593b5190fac6b5c1f81a7f8cc128a25c98
treea55fd32a562cd6b03405f9bd1b954d0fae284bfd
parent457bc8ed3ec7edc567200302d9312ac8bbc31316
cpu/hotplug: Move bringup of secondary CPUs out of smp_init()

This is the last direct user of cpu_up() before it can become an internal
implementation detail of the cpu subsystem.

Signed-off-by: Qais Yousef <qais.yousef@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200323135110.30522-17-qais.yousef@arm.com
include/linux/cpu.h
kernel/cpu.c
kernel/smp.c