commit | c692136f2147092e8182bc2e4e9c9f373474f294 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Thu Aug 29 14:18:20 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 06 11:25:54 2024 -0400 |
tree | 73cff1503fe8cda4ed49c49be3cf64575fde89cf | |
parent | 16b194a067b1643253c2a15bc78ae19992f05338 [diff] |
mmu: introduce k_mem_update_flags() It is sometimes necessary to modify/update memory permissions on some pages, especially with LLEXT where some allocated segments have to be executable. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>