x86/mpparse: Prepare for callback separation
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:05:04 +0000 (22:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:40 +0000 (22:07 +0100)
commitd0a85126b137598eab969e5ba283e5e70ca9c686
tree145d82856119399a42fd78ce2d1bcdcd9d184592
parentfc60fd009c830a21c7699c6e36ab9ec51b9dd939
x86/mpparse: Prepare for callback separation

In preparation of splitting the get_smp_config() callback, rename
default_get_smp_config() to mpparse_get_smp_config() and provide an early
and late wrapper.

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.433811243@linutronix.de
arch/x86/include/asm/mpspec.h
arch/x86/kernel/mpparse.c
arch/x86/kernel/x86_init.c