zephyr/arch/riscv
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
..
core arch: riscv: core: Fix type 2025-06-05 12:33:47 +02:00
include init: support per-core init hook 2024-11-16 14:04:25 -05:00
CMakeLists.txt
Kconfig riscv: Increase TEST_EXTRA_STACK_SIZE to 4096 if c++ exceptions 2025-05-23 17:41:40 -04:00
Kconfig.isa arch: riscv: add support for the zmmul integer multiply extension 2025-05-09 01:40:22 +02:00