commit | a949b50fe7c869481c42370ad58988e117784b10 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Oct 10 16:10:39 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Tue Oct 10 22:42:06 2017 -0400 |
tree | b235d7e0d82772e0524c5d54100df6038ae387fc | |
parent | e401479fe32c1826a1433c65b47af2ad4a678a79 [diff] |
syscalls: rename __ZEPHYR_KERNEL__ __ZEPHYR_SUPERVISOR__ more accurately represents what this means: that the code is intended for scenarios when the CPU is expected to be running in supervisor (privileged) mode. This could be in the kernel or in the application. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>