zephyr/arch
Wayne Ren fb05bfce05 ARC: rename arch_switch implementation to z_arc_switch
"arch_switch" is declared as an inline function in kswap.h,
it should be a wrapper of arch level switch. The difference
of declaration and implementation of "arch_swich" causes
warning from MWDT compiler.

Use "arch_switch" with proper declararion (which is just
wraper for "z_arc_switch") to do conext switch for ARC.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-09-05 10:22:56 -05:00
..
arc ARC: rename arch_switch implementation to z_arc_switch 2020-09-05 10:22:56 -05:00
arm arch: arm64: Use _arch_switch() API 2020-09-05 12:06:38 +02:00
common arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
nios2 arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
posix toolchain: improved toolchain abstraction for compilers and linker 2020-09-04 20:36:59 +02:00
riscv arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
x86 toolchain: improved toolchain abstraction for compilers and linker 2020-09-04 20:36:59 +02:00
xtensa isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig mmu: support only identity RAM mapping 2020-09-03 14:24:38 -04:00