commit | e9e55c7493536ddc632f0323b2a00243f9d84b36 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Oct 24 14:01:55 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Oct 30 21:44:38 2024 +0100 |
tree | 5305a7fbffb02538b962ef1bfd96bf6e4c5b1214 | |
parent | c87ca25bb9029ba7aee0fc31b33422942569ba4f [diff] |
efi_loader: Simplify efi_free_pages() We currently call efi_free_pages() with a notify flag and explicitly update the efi memory map. That's not needed as lmb_free_flags() will do that for us if the LMB_NONOTIFY flag is removed Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>