On 3/2/25 15:21, Heinrich Schuchardt wrote: > Don't assume that u32 and u64 are already defined. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > arch/arm/include/asm/setjmp.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/include/asm/setjmp.h b/arch/arm/include/asm/setjmp.h > index 662bec86321..9a7f5af9f8f 100644 > --- a/arch/arm/include/asm/setjmp.h > +++ b/arch/arm/include/asm/setjmp.h > @@ -7,6 +7,8 @@ > #ifndef _SETJMP_H_ > #define _SETJMP_H_ 1 > > +#include <asm-generic/int-ll64.h> > + > /* > * This really should be opaque, but the EFI implementation wrongly > * assumes that a 'struct jmp_buf_data' is defined. Reviewed-by: Jerome Forissier <jerome.foriss...@linaro.org> Regards, -- Jerome
- [PATCH 0/5] common: clean up usage of structure jmp_bu... Heinrich Schuchardt
- [PATCH 2/5] arm: include asm-generic/int-ll64.h i... Heinrich Schuchardt
- Re: [PATCH 2/5] arm: include asm-generic/int-... Yao Zi
- Re: [PATCH 2/5] arm: include asm-generic/... Heinrich Schuchardt
- Re: [PATCH 2/5] arm: include asm-generic/int-... Jerome Forissier
- Re: [PATCH 2/5] arm: include asm-generic/int-... Ilias Apalodimas
- [PATCH 3/5] common: clean up setjmp.h Heinrich Schuchardt
- Re: [PATCH 3/5] common: clean up setjmp.h Jerome Forissier
- [PATCH 4/5] efi_loader: Clean up usage of structu... Heinrich Schuchardt
- Re: [PATCH 4/5] efi_loader: Clean up usage of... Jerome Forissier
- Re: [PATCH 4/5] efi_loader: Clean up usage of... Ilias Apalodimas
- [PATCH 5/5] arm: use type jmp_buf instead of stru... Heinrich Schuchardt
- Re: [PATCH 5/5] arm: use type jmp_buf instead... Jerome Forissier
- Re: [PATCH 5/5] arm: use type jmp_buf instead... Ilias Apalodimas
- [PATCH 1/5] sandbox: remove linux/types.h depende... Heinrich Schuchardt