commit | c31829074f1b5612a5b2691ea68b5f1c5821ae9c | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Apr 26 10:53:44 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 13:36:22 2021 -0400 |
tree | 926ff7f3387cc3d7b287b8c2fa41f1ba257d285a | |
parent | c254c58184acca45d96402152c283eedcec96b3b [diff] |
kernel: mmu: use bitarrays for k_mem_map/k_mem_unmap This uses bitarrays for allocating and deallocating virtual addresses with k_mem_map() and k_mem_unmap(). This will allow us to reuse virtual addresses. Fixes #28900 Signed-off-by: Daniel Leung <daniel.leung@intel.com>