
27 Sep
2016
27 Sep
'16
7:55 p.m.
On 27 September 2016 at 01:30, Alexander Graf agraf@suse.de wrote:
The normal longjmp command allows for a caller to pass the return value of the setjmp() invocation. This patch adds that semantic to the arm implementation of it and adjusts the efi_loader call respectively.
Signed-off-by: Alexander Graf agraf@suse.de
arch/arm/include/asm/setjmp.h | 32 ++++++++++++++------------------ lib/efi_loader/efi_boottime.c | 2 +- 2 files changed, 15 insertions(+), 19 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org