x86/xen/smp_pv: Remove wait for CPU online
authorThomas Gleixner <tglx@linutronix.de>
Fri, 12 May 2023 21:07:24 +0000 (23:07 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 15 May 2023 11:44:54 +0000 (13:44 +0200)
commit2de7fd26d90729c4e3430f9924b199dea810a9bc
tree5569f93c08f06baf6241c96b0342c6b28b3abaf4
parente464640cf7af12f3c2748065936b95eae1f735ba
x86/xen/smp_pv: Remove wait for CPU online

Now that the core code drops sparse_irq_lock after the idle thread
synchronized, it's pointless to wait for the AP to mark itself online.

Whether the control CPU runs in a wait loop or sleeps in the core code
waiting for the online operation to complete makes no difference.

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/20230512205256.369512093@linutronix.de
arch/x86/xen/smp_pv.c