Skip to content

Commit 03777db

Browse files
bulwahnbp3tk0v
authored andcommitted
x86/kconfig: Drop unused and needless config X86_64_SMP
As part of 38a4968 ("x86/percpu/64: Remove INIT_PER_CPU macros"), the only use of the config option X86_64_SMP in the kernel tree is removed. As this config option X86_64_SMP is just equivalent to X86_64 && SMP, the source code in the tree just uses that expression in the few places where needed. Note further that this option cannot be explicitly enabled or disabled when configuring the kernel build configuration. Drop this needless and unused config option. No functional change. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/20250723071211.622802-1-lukas.bulwahn@redhat.com
1 parent c17b750 commit 03777db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/x86/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,6 @@ config HAVE_INTEL_TXT
410410
def_bool y
411411
depends on INTEL_IOMMU && ACPI
412412

413-
config X86_64_SMP
414-
def_bool y
415-
depends on X86_64 && SMP
416-
417413
config ARCH_SUPPORTS_UPROBES
418414
def_bool y
419415

0 commit comments

Comments
 (0)