]> git.dujemihanovic.xyz Git - linux.git/commit
x86/apic: Provide cpu_primary_thread mask
authorThomas Gleixner <tglx@linutronix.de>
Fri, 12 May 2023 21:07:48 +0000 (23:07 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 15 May 2023 11:45:02 +0000 (13:45 +0200)
commitf54d4434c281f38b975d58de47adeca671beff4f
tree2a381fa6ef750bb81f4bb9a4df8ababc2c296df4
parent8b5a0f957cc5ca1f68486163d4da4683be3b47aa
x86/apic: Provide cpu_primary_thread mask

Make the primary thread tracking CPU mask based in preparation for simpler
handling of parallel bootup.

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/20230512205257.186599880@linutronix.de
arch/x86/include/asm/apic.h
arch/x86/include/asm/topology.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/smpboot.c