diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-04-25 03:11:54 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-04-26 03:07:08 -0400 |
commit | 581618f226e83eb0fbe81ba2a623c6a55cbb7487 (patch) | |
tree | 3c7ee80e7166f5e639d04489640d1b778647b541 /arch/s390/Kconfig | |
parent | 616498813b11ffefe1ed36b9f2e4fd2cdbd22f15 (diff) |
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/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index eb8fb629f00b..bda6ba6f3cf5 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -375,19 +375,6 @@ config PACK_STACK | |||
375 | 375 | ||
376 | Say Y if you are unsure. | 376 | Say Y if you are unsure. |
377 | 377 | ||
378 | config SMALL_STACK | ||
379 | def_bool n | ||
380 | prompt "Use 8kb for kernel stack instead of 16kb" | ||
381 | depends on PACK_STACK && 64BIT && !LOCKDEP | ||
382 | help | ||
383 | If you say Y here and the compiler supports the -mkernel-backchain | ||
384 | option the kernel will use a smaller kernel stack size. The reduced | ||
385 | size is 8kb instead of 16kb. This allows to run more threads on a | ||
386 | system and reduces the pressure on the memory management for higher | ||
387 | order page allocations. | ||
388 | |||
389 | Say N if you are unsure. | ||
390 | |||
391 | config CHECK_STACK | 378 | config CHECK_STACK |
392 | def_bool y | 379 | def_bool y |
393 | prompt "Detect kernel stack overflow" | 380 | prompt "Detect kernel stack overflow" |