arch: arm: userspace: Force arch-specific user local data reservation
This commit forces architecture-specific implementation for initializing the are for user mode local thread data. This has been enforced already for ARC. We now do the same for ARM. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
8cbba1e2ee
commit
edc9e4d245
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ config THREAD_USERSPACE_LOCAL_DATA
|
|||
config THREAD_USERSPACE_LOCAL_DATA_ARCH_DEFER_SETUP
|
||||
bool
|
||||
depends on THREAD_USERSPACE_LOCAL_DATA
|
||||
default y if ARCH="arc"
|
||||
default y if ARC || ARM
|
||||
|
||||
config ERRNO
|
||||
bool "Enable errno support"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue