commit | 7ac468b1300f35143a9b5b100e3970ca7ae1d9b8 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Wed Nov 28 11:50:25 2012 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Thu Nov 29 13:23:02 2012 -0800 |
tree | 1c928b80c897acc8bf7f47de8ef3793c5ba30c2c | |
parent | d55c5a93db2d5fa95f233ab153f594365d95b777 [diff] [blame] |
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
diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig index 0761175..b0c30da 100644 --- a/arch/x86/um/Kconfig +++ b/arch/x86/um/Kconfig
@@ -31,7 +31,7 @@ select MODULES_USE_ELF_RELA config RWSEM_XCHGADD_ALGORITHM - def_bool X86_XADD && 64BIT + def_bool 64BIT config RWSEM_GENERIC_SPINLOCK def_bool !RWSEM_XCHGADD_ALGORITHM