kernel: remove experimental tag from userspace

We are solidifying APIs for the 1.14 LTS release.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-01-18 11:41:06 -08:00 committed by Anas Nashif
parent 5a197bf8f2
commit 53b5204309

View file

@ -123,7 +123,7 @@ config HW_STACK_PROTECTION
made.
config USERSPACE
bool "User mode threads (EXPERIMENTAL)"
bool "User mode threads"
depends on ARCH_HAS_USERSPACE
help
When enabled, threads may be created or dropped down to user mode,
@ -137,9 +137,6 @@ config USERSPACE
privileged mode or handling a system call; to ensure these are always
caught, enable CONFIG_HW_STACK_PROTECTION.
This feature is under heavy development and APIs related to it are
subject to change, even if declared non-private.
config PRIVILEGED_STACK_SIZE
int "Size of privileged stack"
default 512 if MPU_STACK_GUARD || BUILTIN_STACK_GUARD