Skip to content

Commit 55b70ee

Browse files
committed
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 <arnd@arndb.de> Cc: Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com> Cc: Christoph Hellwig <hch@infradead.org> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 7e07b74 commit 55b70ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ config FRAME_WARN
346346
int "Warn for stack frames larger than"
347347
range 0 8192
348348
default 2048 if GCC_PLUGIN_LATENT_ENTROPY
349-
default 1280 if (!64BIT && PARISC)
349+
default 1536 if (!64BIT && PARISC)
350350
default 1024 if (!64BIT && !PARISC)
351351
default 2048 if 64BIT
352352
help

0 commit comments

Comments
 (0)