aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-14 07:54:37 -0400
committerIngo Molnar <mingo@kernel.org>2013-04-10 08:53:12 -0400
commitcd69aa6b383c6a6373bff2204190cadf451ebcc3 (patch)
tree4652ca742903fd6061cc1cc19a3394d5b8cf3b92
parent5952886bfeec065041d04dfcc2693b581e8f2424 (diff)
x86/mm: Re-enable DEBUG_TLBFLUSH for X86_32
CONFIG_INVLPG got removed in commit 094ab1db7cb7833cd4c820acd868fc26acf3f08e ("x86, 386 removal: Remove CONFIG_INVLPG"). That commit left one instance of CONFIG_INVLPG untouched, effectively disabling DEBUG_TLBFLUSH for X86_32. Since all currently supported x86 CPUs should now be able to support that option, just drop the entire sub-dependency. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Link: http://lkml.kernel.org/r/1363262077.1335.71.camel@x61.thuisdomein Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--arch/x86/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index b322f124ee3c..16f738385dcb 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -131,7 +131,7 @@ config DOUBLEFAULT
131 131
132config DEBUG_TLBFLUSH 132config DEBUG_TLBFLUSH
133 bool "Set upper limit of TLB entries to flush one-by-one" 133 bool "Set upper limit of TLB entries to flush one-by-one"
134 depends on DEBUG_KERNEL && (X86_64 || X86_INVLPG) 134 depends on DEBUG_KERNEL
135 ---help--- 135 ---help---
136 136
137 X86-only for now. 137 X86-only for now.