zephyr/arch/x86/core/ia32
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
..
coredump.c x86: coredump: support dumping privilege stack 2024-09-21 11:29:39 +02:00
crt0.S everywhere: replace double words 2024-06-22 05:40:22 -04:00
excstub.S
fatal.c kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00
float.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
gdbstub.c
intstub.S arch: x86: ia32: Implement perf stack thrace func 2024-08-13 18:28:44 -04:00
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
soft_float_stubs.c
swap.S
thread.c
tls.c
userspace.S kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_* 2024-06-12 21:13:26 -04:00