commit | 4a4c6466b23889e3aefebd5d4a0e950701675922 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 25 19:53:14 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 18 23:53:56 2017 +0200 |
tree | 443e04d24684abec6dbcebca80c67c6304551e0b | |
parent | 9ce061721f00abe866c2ba42406a233b82e6f75a [diff] |
efi_loader: call __efi_exit_check in efi_exit The calls to __efi_entry_check and __efi_exit_check have to match. If DEBUG is defined, panic() will be called otherwise. If debugging is activated some Travis CI builds fail due to an assertion in EFI_CALL without the patch. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>