Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/Kconfig: Remove obsolete config X86_32_SMP

Commit

0f08c3b22996 ("x86/smp: Reduce code duplication")

removed the only use of CONFIG_X86_32_SMP.

Remove the now obsolete config X86_32_SMP too.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231128090016.29676-1-lukas.bulwahn@gmail.com

authored by

Lukas Bulwahn and committed by
Borislav Petkov (AMD)
c6454559 03f11171

-4
-4
arch/x86/Kconfig
··· 384 384 def_bool y 385 385 depends on INTEL_IOMMU && ACPI 386 386 387 - config X86_32_SMP 388 - def_bool y 389 - depends on X86_32 && SMP 390 - 391 387 config X86_64_SMP 392 388 def_bool y 393 389 depends on X86_64 && SMP