x86/smpboot: Remove cpu_callin_mask
authorThomas Gleixner <tglx@linutronix.de>
Fri, 12 May 2023 21:07:19 +0000 (23:07 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 15 May 2023 11:44:53 +0000 (13:44 +0200)
commitc8b7fb09d1bcfa61d4211f61542e1291e7b4cbad
treebc3cfbe47df6113f5b941ab644b8c7c8f04a3f7a
parent9d349d47f0e39b4d1b68793ded2459daa1f948f0
x86/smpboot: Remove cpu_callin_mask

Now that TSC synchronization is SMP function call based there is no reason
to wait for the AP to be set in smp_callin_mask. The control CPU waits for
the AP to set itself in the online mask anyway.

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.206394064@linutronix.de
arch/x86/kernel/smpboot.c