]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: Simplify lmb_should_notify usage
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Wed, 23 Oct 2024 15:22:01 +0000 (18:22 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 22:17:47 +0000 (16:17 -0600)
commitf6fb6a885120187ddcff9489ff84b1405eb132fa
tree6170f15ab5ed58329739098ddb190249253e7b09
parent0f57b009e649e9d140b7f662599a5ace506e2418
lmb: Simplify lmb_should_notify usage

We never call lmb_map_update_notify() without checking the result of
lmb_should_notify(). Instead of running that function everytime fold it
in there and add the additional flags parameter

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/lmb.c