Searched hist:a137cc88644e179dfc9a6f67f9d12d6a4b57ed37 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | a137cc88644e179dfc9a6f67f9d12d6a4b57ed37 Wed Feb 12 13:18:44 UTC 2025 Jens Wiklander <jens.wiklander@linaro.org> core: arm: boot: mask native interrupts for virtualization
Native interrupts are prior to this patch unmasked while processing initcalls. This is only permitted if the temporary stack isn't used. That's not true when CFG_NS_VIRTUALIZATION=y so fix this by only unmasking when NS-virtualization isn't enabled.
Fixes: 259c34df294f ("core: arm: boot: enable native interrupts before initcalls") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|