mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
6f8cb7edd3
In SMP mode, the fpu owner may switch from core0 to core1, so it is necessary to force saving the FPU context when a context switch occurs. This PR fixed the crash issue mentioned in #8799. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>