Re: [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()

2023-06-12 Thread Philippe Mathieu-Daudé
On 12/5/23 23:07, Thomas Gleixner wrote: From: Thomas Gleixner 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 Tested-by: Michael Kelley --- arch/x86/include/asm/cpu.h |2 +-

[patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()

2023-05-12 Thread Thomas Gleixner
From: Thomas Gleixner 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 Tested-by: Michael Kelley --- arch/x86/include/asm/cpu.h |2 +- arch/x86/kernel/callthunks.c |2 +-