diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2012-11-28 14:50:25 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-11-29 16:23:02 -0500 |
commit | 7ac468b1300f35143a9b5b100e3970ca7ae1d9b8 (patch) | |
tree | 1c928b80c897acc8bf7f47de8ef3793c5ba30c2c /arch/x86/Kconfig | |
parent | d55c5a93db2d5fa95f233ab153f594365d95b777 (diff) |
x86, 386 removal: Remove CONFIG_XADD
All 486+ CPUs support XADD, so remove the fallback 386 support
code.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1354132230-21854-4-git-send-email-hpa@linux.intel.com
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a1a662721f8..631b298ac5b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -171,13 +171,8 @@ config ARCH_MAY_HAVE_PC_FDC | |||
171 | def_bool y | 171 | def_bool y |
172 | depends on ISA_DMA_API | 172 | depends on ISA_DMA_API |
173 | 173 | ||
174 | config RWSEM_GENERIC_SPINLOCK | ||
175 | def_bool y | ||
176 | depends on !X86_XADD | ||
177 | |||
178 | config RWSEM_XCHGADD_ALGORITHM | 174 | config RWSEM_XCHGADD_ALGORITHM |
179 | def_bool y | 175 | def_bool y |
180 | depends on X86_XADD | ||
181 | 176 | ||
182 | config GENERIC_CALIBRATE_DELAY | 177 | config GENERIC_CALIBRATE_DELAY |
183 | def_bool y | 178 | def_bool y |