Searched hist:"31 fabfa75e9c069e3a0ebcedfeba1a9dd4abec78" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 31fabfa75e9c069e3a0ebcedfeba1a9dd4abec78 Tue Apr 11 11:23:36 UTC 2023 Jens Wiklander <jens.wiklander@linaro.org> core: core_mmu.c: replace register_phys_mem{_ul,}() usage
Replaces register_phys_mem_ul() and register_phys_mem() with direct calls to ADD_PHYS_MEM() for core and TA memory. This makes the code easier to read and also gives better control over supplied addresses since static initialization can be avoided.
This patch has no functional change.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
|