x86, 386 removal: Remove CONFIG_INVLPG
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 28 Nov 2012 19:50:27 +0000 (11:50 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 29 Nov 2012 21:23:02 +0000 (13:23 -0800)
commit094ab1db7cb7833cd4c820acd868fc26acf3f08e
tree8f68b528df0673c9a2d98a72d7bca18ca8c5045c
parente5bb8ad862a97a0facc83f3b81731de919fec6ad
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
arch/x86/Kconfig.cpu
arch/x86/include/asm/cpufeature.h
arch/x86/include/asm/tlbflush.h
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/intel.c
arch/x86/mm/tlb.c