commit | b019dcb05efdc4009c0792669aba2d6c11686d30 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Jan 26 15:10:47 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 19 22:17:34 2024 -0400 |
tree | 69c28082c8800dcaa5b52a7400de859909817e26 | |
parent | 5db5e8e1097aa28a02722c4096cb950202593fff [diff] |
xtensa: userspace: use syscall to check if user context For CPU without THREADPTR, we need an alternative way to figure out if we are in user context. This extends the user context check to do that via a brief syscall. Signed-off-by: Daniel Leung <daniel.leung@intel.com>