diff options
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 5dc8f8028d52..eb530b4128ba 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -289,7 +289,7 @@ config WARN_STACK_SIZE | |||
289 | int "Maximum frame size considered safe (128-2048)" | 289 | int "Maximum frame size considered safe (128-2048)" |
290 | range 128 2048 | 290 | range 128 2048 |
291 | depends on WARN_STACK | 291 | depends on WARN_STACK |
292 | default "256" | 292 | default "2048" |
293 | help | 293 | help |
294 | This allows you to specify the maximum frame size a function may | 294 | This allows you to specify the maximum frame size a function may |
295 | have without the compiler complaining about it. | 295 | have without the compiler complaining about it. |