nuttx/arch/mips/src
hujun5 657ac8317e arch: fix addrenv_switch changing this_task causing exceptions
After addrenv_switch(), the current running task (this_task) may change due to
deferred work execution. Update all architecture interrupt, syscall, and exit
handlers to re-fetch tcb = this_task() after addrenv_switch(). Ensures scheduler
and context operations use the correct TCB, preventing context corruption and
exceptions across SMP and memory-protected builds.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-17 18:23:06 -03:00
..
common arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
mips32 arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
pic32mx arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
pic32mz timers/oneshot: Remove all callback and args. 2025-11-18 13:02:29 +01:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
Makefile arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00