aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-04 11:11:09 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:34 -0400
commitd61ecf0b53131564949bc4196e70f676000a845a (patch)
tree7e26df04b0bf23333e8eb68e64275ae729574394
parentf408b43ceedce49f26c01cd4a68dbbdbe2743e51 (diff)
x86: 4kstacks default
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-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 f4413c04e687..610aaecc19f8 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -106,8 +106,8 @@ config DEBUG_NX_TEST
106 106
107config 4KSTACKS 107config 4KSTACKS
108 bool "Use 4Kb for kernel stacks instead of 8Kb" 108 bool "Use 4Kb for kernel stacks instead of 8Kb"
109 depends on DEBUG_KERNEL
110 depends on X86_32 109 depends on X86_32
110 default y
111 help 111 help
112 If you say Y here the kernel will use a 4Kb stacksize for the 112 If you say Y here the kernel will use a 4Kb stacksize for the
113 kernel stack attached to each process/thread. This facilitates 113 kernel stack attached to each process/thread. This facilitates