From: Helge Deller Date: Wed, 7 Jul 2021 13:38:08 +0000 (+0200) Subject: parisc: Increase size of gcc stack frame check X-Git-Tag: microblaze-v5.16~118^2~11 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=55b70eed81cba1331773d4aaf5cba2bb07475cd8;p=linux-2.6-microblaze.git parisc: Increase size of gcc stack frame check parisc uses much bigger frames than other architectures, so increase the stack frame check value to avoid compiler warnings. Cc: Arnd Bergmann Cc: Abd-Alrhman Masalkhi Cc: Christoph Hellwig Signed-off-by: Helge Deller --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 5ddd575159fb..153c5a86aefa 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -346,7 +346,7 @@ config FRAME_WARN int "Warn for stack frames larger than" range 0 8192 default 2048 if GCC_PLUGIN_LATENT_ENTROPY - default 1280 if (!64BIT && PARISC) + default 1536 if (!64BIT && PARISC) default 1024 if (!64BIT && !PARISC) default 2048 if 64BIT help