x86/mpparse: Rename default_find_smp_config()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:05:02 +0000 (22:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:40 +0000 (22:07 +0100)
commite061c7ae0830ff320d77566849a5cc30decfa602
tree46f38423cfe096b51b020f28da1d3d5aa9675df3
parent3e48d804c8ea99170638b4e14931686bfc093f02
x86/mpparse: Rename default_find_smp_config()

MPTABLE is no longer the default SMP configuration mechanism.  Rename it to
mpparse_find_mptable() because that's what it does.

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