]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: Do not use global LMB variable in _lmb_free()
authorJanne Grunau <j@jannau.net>
Mon, 11 Nov 2024 06:56:31 +0000 (07:56 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 11 Nov 2024 13:26:44 +0000 (07:26 -0600)
commit408b4ae8e33c18fed5a3e6829059b128db199743
tree6e4d496b4c5942f818594351fc4b57199018a74d
parent9c25cd563179cf32cf3b119d5ae78ef8348d0335
lmb: Do not use global LMB variable in _lmb_free()

It will be re-used with a lmb list pointer as argument for IOVA
allocations in the apple_dart iommu driver.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Janne Grunau <j@jannau.net>
lib/lmb.c