commit | 78eb718396a9eabc03c825fe84281bf9a023a783 | [log] [tgz] |
---|---|---|
author | Piotr Zięcik <piotr.ziecik@nordicsemi.no> | Thu Aug 22 11:03:34 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 27 14:29:21 2019 -0400 |
tree | 06df77b56bf1f28b1f32cfc0c54378c2d552709c | |
parent | 07cfaa27b683bc35bf8d108e876d5c8983501b56 [diff] |
syscalls: Export _is_user_context() regardless of CONFIG_USERSPACE This commit exports the _is_user_context() function regardless of the CONFIG_USERSPACE setting. If userspace is enabled, the value returned depends on the execution context. If userspace is disabled, the _is_user_context() always returns false. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>