commit | def364ab08daa52ca7ef291858a8f92deb651503 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Jun 07 09:16:35 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 12 21:13:26 2024 -0400 |
tree | 79539b767b1c87149d5f7ce6fbfadcb2bd3a77d8 | |
parent | 2d2bbc05d6259ff27a070fa4747e35e1a1a2489f [diff] |
kernel: mm: rename Z_BOOT_* to K_MEM_BOOT_* Rename Z_BOOT_VIRT_TO_PHYS() and Z_BOOT_PHYS_TO_VIRT() to K_MEM_BOOT_VIRT_TO_PHYS() and K_MEM_BOOT_PHYS_TO_VIRT() respectively. This is part of a series to move memory management functions away from the Z_ namespace and into its own namespace. Signed-off-by: Daniel Leung <daniel.leung@intel.com>