x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 12 May 2023 21:07:03 +0000 (23:07 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 15 May 2023 11:44:48 +0000 (13:44 +0200)
commit666e1156b2c514f045827f50263ed2eb9d78671b
tree55490f335a221f271ce04f186d9ceac3739dd966
parent134a12827bc59484c4d4a3ceabf178c831febbb8
x86/smpboot: Rename start_cpu0() to soft_restart_cpu()

This is used in the SEV play_dead() implementation to re-online CPUs. But
that has nothing to do with CPU0.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Tested-by: Helge Deller <deller@gmx.de> # parisc
Tested-by: Guilherme G. Piccoli <gpiccoli@igalia.com> # Steam Deck
Link: https://lore.kernel.org/r/20230512205255.662319599@linutronix.de
arch/x86/include/asm/cpu.h
arch/x86/kernel/callthunks.c
arch/x86/kernel/head_32.S
arch/x86/kernel/head_64.S
arch/x86/kernel/sev.c