From: "Robert P. J. Day" Remove the unused kernel config option X86_XADD, which is unused in any source or header file. Signed-off-by: Robert P. J. Day Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/i386/Kconfig.cpu | 5 ----- 1 file changed, 5 deletions(-) diff -puN arch/i386/Kconfig.cpu~remove-unused-kernel-config-option-x86_xadd arch/i386/Kconfig.cpu --- a/arch/i386/Kconfig.cpu~remove-unused-kernel-config-option-x86_xadd +++ a/arch/i386/Kconfig.cpu @@ -226,11 +226,6 @@ config X86_CMPXCHG depends on !M386 default y -config X86_XADD - bool - depends on !M386 - default y - config X86_L1_CACHE_SHIFT int default "7" if MPENTIUM4 || X86_GENERIC _