]> www.infradead.org Git - users/hch/misc.git/commit
x86/mpparse: Switch to new init callbacks
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:05:14 +0000 (22:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:41 +0000 (22:07 +0100)
commitdcb7600849ce9b3d9b3d2965f452287f06fc9093
treeb7688a5f952f1f911533a0cc380d3066058861d9
parentc22e19cd2c8a8f8ef8cfc0a0aaaa95d8cc064309
x86/mpparse: Switch to new init callbacks

Now that all platforms have the new split SMP configuration callbacks set
up, flip the switch and remove the old callback pointer and mop up the
platform code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Michael Kelley <mhklinux@outlook.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Link: https://lore.kernel.org/r/20240212154639.870883080@linutronix.de
arch/x86/hyperv/hv_vtl.c
arch/x86/include/asm/mpspec.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/jailhouse.c
arch/x86/kernel/mpparse.c
arch/x86/kernel/setup.c
arch/x86/kernel/x86_init.c
arch/x86/platform/ce4100/ce4100.c
arch/x86/platform/intel-mid/intel-mid.c
arch/x86/xen/smp_pv.c