[PATCH 2/5] arm: include asm-generic/int-ll64.h in setjmp.h

Ilias Apalodimas ilias.apalodimas at linaro.org
Tue Mar 11 13:44:56 CET 2025


On Sun, 2 Mar 2025 at 16:22, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Don't assume that u32 and u64 are already defined.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at 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.
> --
> 2.48.1
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list