projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f408b43
)
x86: 4kstacks default
author
Ingo Molnar
<mingo@elte.hu>
Fri, 4 Apr 2008 15:11:09 +0000
(17:11 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:34 +0000
(17:41 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig.debug
b/arch/x86/Kconfig.debug
index f4413c04e687c16f0cf15973a4f100d2f62f203c..610aaecc19f820013ecfb9564f6c7b9762fdb82c 100644
(file)
--- 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