Hi Luca, On 15/11/2024 10:50, Luca Fancellu wrote:
Currently the arm code uses __vmap function in few parts to map physically contiguous pages, vmap_contig was introduced recently and does the same because it's a wrapper for __vmap, so use the latter instead of the direct __vmap function.Signed-off-by: Luca Fancellu <[email protected]>
Acked-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
