Re: [RFC PATCH 01/10] arch: introduce symbol HAVE_INITJMP

2025-02-14 Thread Jerome Forissier
Hi Heinrich, On 2/14/25 15:41, Heinrich Schuchardt wrote: > On 14.02.25 15:00, Jerome Forissier wrote: >> HAVE_INIJMP will be set by architectures that support initjmp(), a >> non-standard extension to setjmp()/longjmp() allowing to initialize a >> jump buffer with a function pointer and a stack p

Re: [RFC PATCH 01/10] arch: introduce symbol HAVE_INITJMP

2025-02-14 Thread Heinrich Schuchardt
On 14.02.25 15:00, Jerome Forissier wrote: HAVE_INIJMP will be set by architectures that support initjmp(), a non-standard extension to setjmp()/longjmp() allowing to initialize a jump buffer with a function pointer and a stack pointer. This will be useful to later introduce threads. How is ini

[RFC PATCH 01/10] arch: introduce symbol HAVE_INITJMP

2025-02-14 Thread Jerome Forissier
HAVE_INIJMP will be set by architectures that support initjmp(), a non-standard extension to setjmp()/longjmp() allowing to initialize a jump buffer with a function pointer and a stack pointer. This will be useful to later introduce threads. Signed-off-by: Jerome Forissier --- arch/Kconfig | 6 +