Re: [PATCH 3/5] common: clean up setjmp.h

2025-03-04 Thread Jerome Forissier
On 3/2/25 15:21, Heinrich Schuchardt wrote: > Separate setjmp.h into an architecture independent part and an architecture > specific part. This simplifies moving from using struct jmp_buf_data > directly to using type jmp_buf in our code which is the C compliant way. > > Signed-off-by: Heinrich

[PATCH 3/5] common: clean up setjmp.h

2025-03-02 Thread Heinrich Schuchardt
Separate setjmp.h into an architecture independent part and an architecture specific part. This simplifies moving from using struct jmp_buf_data directly to using type jmp_buf in our code which is the C compliant way. Signed-off-by: Heinrich Schuchardt --- arch/arm/cpu/armv7/exception_level.c |