aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.cpu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2012-11-28 14:50:26 -0500
committerH. Peter Anvin <hpa@linux.intel.com>2012-11-29 16:23:02 -0500
commite5bb8ad862a97a0facc83f3b81731de919fec6ad (patch)
treef3778e2c0530ed51bb686d426d2af12491136111 /arch/x86/Kconfig.cpu
parent7ac468b1300f35143a9b5b100e3970ca7ae1d9b8 (diff)
x86, 386 removal: Remove CONFIG_BSWAP
All 486+ CPUs support BSWAP, 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-5-git-send-email-hpa@linux.intel.com
Diffstat (limited to 'arch/x86/Kconfig.cpu')
-rw-r--r--arch/x86/Kconfig.cpu4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index 52955eeeb1ef..8e5867cf07d0 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -332,10 +332,6 @@ config X86_INVLPG
332 def_bool y 332 def_bool y
333 depends on X86_32 333 depends on X86_32
334 334
335config X86_BSWAP
336 def_bool y
337 depends on X86_32
338
339config X86_POPAD_OK 335config X86_POPAD_OK
340 def_bool y 336 def_bool y
341 depends on X86_32 337 depends on X86_32