aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/thread_info.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2013-04-25 09:11:54 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-04-26 09:07:08 +0200
commit581618f226e83eb0fbe81ba2a623c6a55cbb7487 (patch)
tree3c7ee80e7166f5e639d04489640d1b778647b541 /arch/s390/include/asm/thread_info.h
parents390: system call path micro optimization (diff)
downloadlinux-dev-581618f226e83eb0fbe81ba2a623c6a55cbb7487.tar.xz
linux-dev-581618f226e83eb0fbe81ba2a623c6a55cbb7487.zip
s390: remove small stack config option
We've seen repeatedly that 8KB stack size on 64 bit kernels is not sufficient. So simply remove the config option. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/thread_info.h')
-rw-r--r--arch/s390/include/asm/thread_info.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h
index 51035e5d86cb..eb5f64d26d06 100644
--- a/arch/s390/include/asm/thread_info.h
+++ b/arch/s390/include/asm/thread_info.h
@@ -14,13 +14,8 @@
#define THREAD_ORDER 1
#define ASYNC_ORDER 1
#else /* CONFIG_64BIT */
-#ifndef __SMALL_STACK
#define THREAD_ORDER 2
#define ASYNC_ORDER 2
-#else
-#define THREAD_ORDER 1
-#define ASYNC_ORDER 1
-#endif
#endif /* CONFIG_64BIT */
#define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER)