aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-04 17:11:09 +0200
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:34 +0200
commitd61ecf0b53131564949bc4196e70f676000a845a (patch)
tree7e26df04b0bf23333e8eb68e64275ae729574394 /arch/x86/Kconfig.debug
parentx86: fix VisualWS and Voyager kexec build failures (diff)
downloadlinux-dev-d61ecf0b53131564949bc4196e70f676000a845a.tar.xz
linux-dev-d61ecf0b53131564949bc4196e70f676000a845a.zip
x86: 4kstacks default
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-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
config 4KSTACKS
bool "Use 4Kb for kernel stacks instead of 8Kb"
- depends on DEBUG_KERNEL
depends on X86_32
+ default y
help
If you say Y here the kernel will use a 4Kb stacksize for the
kernel stack attached to each process/thread. This facilitates