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
This commit is contained in:
H. Peter Anvin
2012-11-28 11:50:27 -08:00
父節點 e5bb8ad862
當前提交 094ab1db7c
共有 6 個文件被更改,包括 3 次插入25 次删除

查看文件

@@ -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