zephyr/arch
Tom Hughes d66f081f06 arch: riscv: core: Fix type
riscv_cpu_wake_flag and riscv_cpu_sp are variables, not functions, so
they should use the GDATA macro instead of the GTEXT macro. Otherwise,
the linker will warn when LTO is enabled:

ld.bfd: warning: type of symbol `riscv_cpu_wake_flag' changed from 2 to
1 in /tmp/cc39w5oK.ltrans0.ltrans.o
ld.bfd: warning: type of symbol `riscv_cpu_sp' changed from 2 to 1 in
/tmp/cc39w5oK.ltrans0.ltrans.o

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-06-05 12:33:47 +02:00
..
arc arc: prep_c: remove dead code 2025-05-28 11:09:21 +02:00
arm arch: arm: cortex_a_r: use correct name for TLB Conflict Abort 2025-05-31 07:01:36 -04:00
arm64 arm64: reset: flush D-Cache before it is disabled 2025-06-04 16:59:43 +02:00
common arch: common: Make nocache region loadable 2025-04-21 12:42:19 +02:00
mips arch: mips: Rename _Fault to z_mips_fault 2025-01-28 23:42:06 +01:00
posix arch/posix: Add comment on empty function 2025-05-13 12:09:30 +02:00
riscv arch: riscv: core: Fix type 2025-06-05 12:33:47 +02:00
rx arch: Initial support for RX architecture support 2025-05-02 09:18:16 +02:00
sparc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
x86 arch/x86/core: Use CONFIG_QEMU_TARGET for QEMU specific code 2025-05-31 05:55:41 -04:00
xtensa xtensa: allow flushing auto-refill DTLBs on page table swap 2025-05-28 20:01:58 +02:00
archs.yml arch: nios2: remove arch 2025-05-15 20:01:05 -04:00
CMakeLists.txt
Kconfig arch: Add LLVM toolchain to ISR_TABLES_LOCAL_DECLARATION_SUPPORTED 2025-06-04 08:46:35 +02:00