From: Robert P. J. Day Date: Tue, 13 Feb 2007 12:26:25 +0000 (+0100) Subject: [PATCH] i386: Remove unused kernel config option X86_XADD X-Git-Tag: v2.6.21-rc1~184^2~23 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a4af60aa64c828b7c047e7a67b2f896d4bfbd700;p=~emulex%2Finfiniband.git [PATCH] i386: Remove unused kernel config option X86_XADD Remove the unused kernel config option X86_XADD, which is unused in any source or header file. Signed-off-by: Robert P. J. Day Signed-off-by: Andi Kleen Cc: Andi Kleen Signed-off-by: Andrew Morton --- diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu index 2aecfba4ac4..b99c0e2a4e6 100644 --- a/arch/i386/Kconfig.cpu +++ b/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