commit | 1ca20963b1c21588100df4e5799e68202aa85692 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 19 11:59:01 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed May 01 07:37:32 2024 +0200 |
tree | f95a0bfe0f170b0d027189eaed9b034da4e55220 | |
parent | 6a1e1bef301a56eac241b01fe6ee70ce0f03f0fa [diff] |
efi_loader: superfluous efi_restore_gd after EFI_CALL EFI_CALL() invokes __efi_entry_check() which executes set_gd(efi_gd). There is no need to execute set_gd(efi_gd) again via efi_restore_gd(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>