]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6998aaad6d6986d7189a9fff9b251807b87e7d5
treea55fd32a562cd6b03405f9bd1b954d0fae284bfd
parent2a173451dca95e927d1a5cfb322243eda561a8c1
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