zephyr/tests/arch
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
..
arc tests: arc_vpx_lock 2024-10-17 15:49:49 -04:00
arm Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
arm64 twister: rework board handling 2024-10-22 18:31:09 -04:00
common boards: nordic: Align with updated Nordic owned memory bindings 2024-10-15 04:11:21 -04:00
riscv Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
x86 kernel: mm: rename Z_KERNEL_VIRT_* to K_MEM_KERNEL_VIRT_* 2024-06-12 21:13:26 -04:00
xtensa/save_restore_hifi tests: xtensa: fix test identifier 2024-03-06 15:30:08 -05:00