arch: increase privileged stack with mpu stack guard
After commit 3fb6ea21
the stack is not enough and a few tests have been
failing.
Fixes #10632
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
537798db0d
commit
005f6c7a04
|
@ -105,6 +105,7 @@ config USERSPACE
|
|||
|
||||
config PRIVILEGED_STACK_SIZE
|
||||
int "Size of privileged stack"
|
||||
default 512 if MPU_STACK_GUARD
|
||||
default 384 if ARC
|
||||
default 256
|
||||
depends on ARCH_HAS_USERSPACE
|
||||
|
|
Loading…
Reference in New Issue