]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: cosmetic: reorder functions and global LMB variable
authorJanne Grunau <j@jannau.net>
Mon, 11 Nov 2024 06:56:32 +0000 (07:56 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 11 Nov 2024 13:26:44 +0000 (07:26 -0600)
commit174f53d2f2f466f67719c84f24ae49d0ffd5ecc0
tree78ed5311873bb8cea7bdcab01ef74dab6ecc44fa
parent408b4ae8e33c18fed5a3e6829059b128db199743
lmb: cosmetic: reorder functions and global LMB variable

Low lovel LMB functionality will be used to manage IOVA space in the
Apple dart iommu driver. This reordering ensures that those function
can not access the global LMB memory map variable.

Signed-off-by: Janne Grunau <j@jannau.net>
lib/lmb.c