increase stack size to 32MB

This commit is contained in:
Masamichi Takagi m-takagi@ab.jp.nec.com
2012-10-31 15:08:35 +09:00
parent ad03d2dccd
commit 5e00aa5e19

View File

@@ -18,7 +18,7 @@
#endif
#define USER_STACK_NR_PAGES 4096
#define USER_STACK_NR_PAGES 8192
#define KERNEL_STACK_NR_PAGES 16
extern long do_arch_prctl(unsigned long code, unsigned long address);