]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[S390] Increase default warning stacksize.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 17 Jul 2008 15:16:44 +0000 (17:16 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 17 Jul 2008 15:22:09 +0000 (17:22 +0200)
Compiling a kernel with allmodconfig or allyesconfig results in tons
of gcc warnings, because the default maximum stacksize from which on
gcc will emit a warning is just 256 bytes.
Increase this to 2048, so these warnings don't distract from the real
warnings that we need to watch at.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig

index 5dc8f8028d520b6c0a09dd4e0a6ffb70d4891d84..eb530b4128ba9353a9fa6d397102b0e52de77cd7 100644 (file)
@@ -289,7 +289,7 @@ config WARN_STACK_SIZE
        int "Maximum frame size considered safe (128-2048)"
        range 128 2048
        depends on WARN_STACK
-       default "256"
+       default "2048"
        help
          This allows you to specify the maximum frame size a function may
          have without the compiler complaining about it.