Searched hist:"3 b4ffdf0eea446f592b08ead6d1554247e6d2d9e" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_a32.S | 3b4ffdf0eea446f592b08ead6d1554247e6d2d9e Fri Jul 26 16:36:00 UTC 2024 Jens Wiklander <jens.wiklander@linaro.org> core: arm32: update core local flags in native_intr_handler
The AArch32 version of the native_intr_handler() macro has until now called C function without updating the core local flags to indicate that the temporary stack is in use. This can lead to errors with CFG_CORE_DEBUG_CHECK_STACKS=y so fix this by setting THREAD_CLF_TMP and THREAD_CLF_FIQ or THREAD_CLF_IRQ as needed.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
|