commit | 0652d926e3cd34db7485fab73d06388b667738e3 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Nov 05 14:19:59 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Nov 18 08:02:08 2020 -0500 |
tree | b7a8ae942009ce39380f9f1991a748952b81f8e3 | |
parent | 00cdb597ffecec10040c83560875098122de6f15 [diff] |
userspace: fix k_mem_partition definition This properly is defined against CONFIG_USERSPACE, not CONFIG_MEMORY_PROTECTION; memory domains are specifically part of the userspace feature and its associated data structures should not be used outside of it. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>