zephyr/arch
Carles Cufi 56512dae8b arch: riscv: switch: Add a comment on the return of z_riscv_switch
When returning from z_riscv_switch, depending on whether the thread that
has just been swapped in was earlier swapped out synchronously (i.e. via
regular function call) or asynchronously (i.e. via exception/irq) we
will return to arch_switch() or __irq_wrapper respectively. Comment this
fact for clarity.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-05-26 17:15:21 +02:00
..
arc ARC: define PROPERTY_OUTPUT_FORMAT for all ARC elf formats 2022-05-10 14:12:25 -04:00
arm arch: arm: Add support for multiple zero-latency irq priorities 2022-05-13 08:38:28 -05:00
arm64 arm64: smp: Fix the wrong secondary core stack size 2022-05-17 11:45:16 +09:00
common arch: gen_isr_tables: migrate to <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
mips asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
nios2 asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
posix arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
riscv arch: riscv: switch: Add a comment on the return of z_riscv_switch 2022-05-26 17:15:21 +02:00
sparc asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
x86 asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
xtensa arch/xtensa: Fix return context for nested interupts 2022-05-20 12:37:59 +02:00
CMakeLists.txt
Kconfig kconfig: Add CONFIG_DCACHE option 2022-05-24 08:47:20 -07:00