Re: [PATCH] efi_loader: move asm/setjmp.h to efi_loader.h

2021-07-19 Thread AKASHI Takahiro
On Thu, May 20, 2021 at 04:48:23AM +0200, Heinrich Schuchardt wrote: > On 5/10/21 10:21 AM, AKASHI Takahiro wrote: > > In the commit c982874e930d ("efi_loader: refactor > > efi_setup_loaded_image()"), setjmp-related definitions were moved to > > efi_loaded_image_obj in efi_loader.h. So setjmp.h is

Re: [PATCH] efi_loader: move asm/setjmp.h to efi_loader.h

2021-05-19 Thread Heinrich Schuchardt
On 5/10/21 10:21 AM, AKASHI Takahiro wrote: In the commit c982874e930d ("efi_loader: refactor efi_setup_loaded_image()"), setjmp-related definitions were moved to efi_loaded_image_obj in efi_loader.h. So setjmp.h is no longer refererenced in efi_api.h. This also fixes some error when efi_api.h w

[PATCH] efi_loader: move asm/setjmp.h to efi_loader.h

2021-05-10 Thread AKASHI Takahiro
In the commit c982874e930d ("efi_loader: refactor efi_setup_loaded_image()"), setjmp-related definitions were moved to efi_loaded_image_obj in efi_loader.h. So setjmp.h is no longer refererenced in efi_api.h. This also fixes some error when efi_api.h will be included in mkeficapsule.c. On the oth