zephyr/tests/arch/riscv
Nicolas Pitre 46aa6717ff Revert "arch: deprecate _current"
Mostly a revert of commit b1def7145f ("arch: deprecate `_current`").

This commit was part of PR #80716 whose initial purpose was about providing
an architecture specific optimization for _current. The actual deprecation
was sneaked in later on without proper discussion.

The Zephyr core always used _current before and that was fine. It is quite
prevalent as well and the alternative is proving rather verbose.
Furthermore, as a concept, the "current thread" is not something that is
necessarily architecture specific. Therefore the primary abstraction
should not carry the arch_ prefix.

Hence this revert.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2025-01-10 07:49:08 +01:00
..
atomic include: riscv: add RISC-V arch atomic instructions 2024-06-01 10:27:32 +02:00
fatal samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
fpu_sharing arch: riscv: add Kconfig option for imprecise FPU state tracking 2024-11-20 10:15:03 +00:00
pmp/no-multithreading tests: riscv: test PMP stack guards 2024-11-20 08:25:49 -05:00
userspace/riscv_gp Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00