aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/Kconfig.cpu
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2012-11-28 11:50:27 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2012-11-29 13:23:02 -0800
commit094ab1db7cb7833cd4c820acd868fc26acf3f08e (patch)
tree8f68b528df0673c9a2d98a72d7bca18ca8c5045c /arch/x86/Kconfig.cpu
parentx86, 386 removal: Remove CONFIG_BSWAP (diff)
downloadwireguard-linux-094ab1db7cb7833cd4c820acd868fc26acf3f08e.tar.xz
wireguard-linux-094ab1db7cb7833cd4c820acd868fc26acf3f08e.zip
x86, 386 removal: Remove CONFIG_INVLPG
All 486+ CPUs support INVLPG, 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-6-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 8e5867cf07d0..d3bdc18af1f0 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -328,10 +328,6 @@ config X86_INVD_BUG
config X86_WP_WORKS_OK
def_bool y
-config X86_INVLPG
- def_bool y
- depends on X86_32
-
config X86_POPAD_OK
def_bool y
depends on X86_32