Skip to content

Commit c645455

Browse files
bulwahnbp3tk0v
authored andcommitted
x86/Kconfig: Remove obsolete config X86_32_SMP
Commit 0f08c3b ("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
1 parent 03f1117 commit c645455

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arch/x86/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,6 @@ config HAVE_INTEL_TXT
384384
def_bool y
385385
depends on INTEL_IOMMU && ACPI
386386

387-
config X86_32_SMP
388-
def_bool y
389-
depends on X86_32 && SMP
390-
391387
config X86_64_SMP
392388
def_bool y
393389
depends on X86_64 && SMP

0 commit comments

Comments
 (0)