projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f1117
)
x86/Kconfig: Remove obsolete config X86_32_SMP
author
Lukas Bulwahn
<lukas.bulwahn@gmail.com>
Tue, 28 Nov 2023 09:00:16 +0000
(10:00 +0100)
committer
Borislav Petkov (AMD)
<bp@alien8.de>
Tue, 28 Nov 2023 12:31:34 +0000
(13:31 +0100)
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
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 3762f41bb092971e3f6180f057b49742014e5f11..5a6728dda670885945a3e686e31771d07a4613a1 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-384,10
+384,6
@@
config HAVE_INTEL_TXT
def_bool y
depends on INTEL_IOMMU && ACPI
-config X86_32_SMP
- def_bool y
- depends on X86_32 && SMP
-
config X86_64_SMP
def_bool y
depends on X86_64 && SMP