1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/arch/arm64
hujun5 f4d212fd6d arm64: remove up_set_current_regs/up_current_regs
reason:
up_set_current_regs initially had two functions:

1: To mark the entry into an interrupt state.
2: To record the context before an interrupt/exception. If we switch to
a new task, we need to store the upcoming context regs by calling up_set_current_regs(regs).

Currently, we record the context in other ways, so the second function is obsolete. Therefore,
we need to rename up_set_current_regs to better reflect its actual meaning, which is solely to mark an interrupt.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-23 02:05:56 +02:00
..
include arm64: remove up_set_current_regs/up_current_regs 2024-11-23 02:05:56 +02:00
src arm64: remove up_set_current_regs/up_current_regs 2024-11-23 02:05:56 +02:00
CMakeLists.txt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
Kconfig arch/toochain: Add toochain to gcc 2024-11-14 15:45:24 +08:00