logging: change default stack size on SPARC

The default stack size of 768 is just too small for SPARC.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2020-10-27 18:14:10 +01:00 committed by Andrew Boie
commit 188efb5bfb

View file

@ -211,6 +211,7 @@ config LOG_PROCESS_THREAD_STACK_SIZE
default 1024 if XTENSA default 1024 if XTENSA
default 4096 if (X86 && X86_64) default 4096 if (X86 && X86_64)
default 4096 if ARM64 default 4096 if ARM64
default 4096 if SPARC
default 768 default 768
help help
Set the internal stack size for log processing thread. Set the internal stack size for log processing thread.