Commit a626ded4 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/platform/intel-mid: Prepare for separate mpparse callbacks



Initialize the split SMP configuration callbacks with NOOPs as MID is
strictly ACPI only.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Tested-by: default avatarMichael Kelley <mhklinux@outlook.com>
Tested-by: default avatarSohil Mehta <sohil.mehta@intel.com>
Acked-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20240212154639.620189339@linutronix.de

parent fe280ffd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -119,6 +119,8 @@ void __init x86_intel_mid_early_setup(void)

	/* Avoid searching for BIOS MP tables */
	x86_init.mpparse.find_mptable		= x86_init_noop;
	x86_init.mpparse.early_parse_smp_cfg	= x86_init_noop;
	x86_init.mpparse.parse_smp_cfg		= x86_init_noop;
	x86_init.mpparse.get_smp_config		= x86_init_uint_noop;
	set_bit(MP_BUS_ISA, mp_bus_not_pci);
}