commit | bcef6333161915fd649a76523453a04371ae0849 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Mon Mar 06 15:39:19 2023 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Mar 13 09:15:37 2023 +0100 |
tree | fa45d3072e32a63b7ade72098d5718b12de5f151 | |
parent | 364d7527c11566f47434ee305ab16892179884bd [diff] |
arch/arm64/mmu: arch_mem_map() should not overwrite existing mappings If so this is most certainly a bug. arch_mem_unmap() should be used before mapping the same area again. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>