zephyr/arch/sparc/core
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
..
offsets arch: remove the use of z_arch_esf_t completely from internal 2024-06-04 14:02:51 -05:00
CMakeLists.txt SPARC: Add support for single-vector trapping (SVT) 2024-11-25 21:53:55 +01:00
fatal.c
fault_trap.S arch: remove the use of z_arch_esf_t completely from internal 2024-06-04 14:02:51 -05:00
interrupt_trap.S
irq_manage.c
irq_offload.c arch: initialize irq_offload during boot, do not use SYS_INIT 2024-09-17 20:05:22 -04:00
prep_c.c cache: add new interface arch_cache_init() for initializing cache 2024-09-17 20:05:22 -04:00
reset_trap.S SPARC: Add support for single-vector trapping (SVT) 2024-11-25 21:53:55 +01:00
stack_offsets.h
sw_trap_set_pil.S
switch.S
thread.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
tls.c
trap_table_mvt.S
trap_table_svt.S SPARC: Add support for single-vector trapping (SVT) 2024-11-25 21:53:55 +01:00
window_trap.S