Commit d61ecf0b authored by Ingo Molnar's avatar Ingo Molnar

x86: 4kstacks default

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f408b43c
...@@ -106,8 +106,8 @@ config DEBUG_NX_TEST ...@@ -106,8 +106,8 @@ config DEBUG_NX_TEST
config 4KSTACKS config 4KSTACKS
bool "Use 4Kb for kernel stacks instead of 8Kb" bool "Use 4Kb for kernel stacks instead of 8Kb"
depends on DEBUG_KERNEL
depends on X86_32 depends on X86_32
default y
help help
If you say Y here the kernel will use a 4Kb stacksize for the If you say Y here the kernel will use a 4Kb stacksize for the
kernel stack attached to each process/thread. This facilitates kernel stack attached to each process/thread. This facilitates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment