increase kernel stack size and eliminate unused waitq declaration in do_syscall()

This commit is contained in:
Balazs Gerofi
2016-08-16 09:20:55 +09:00
parent 3aa06444f4
commit f584e2ec25
2 changed files with 1 additions and 3 deletions

View File

@@ -160,7 +160,7 @@
#endif
#define USER_STACK_NR_PAGES 8192
#define KERNEL_STACK_NR_PAGES 25
#define KERNEL_STACK_NR_PAGES 32
#define NOPHYS ((uintptr_t)-1)