zephyr/arch/arc
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
..
core ARC: rename arch_switch implementation to z_arc_switch 2020-09-05 10:22:56 -05:00
include ARC: rename arch_switch implementation to z_arc_switch 2020-09-05 10:22:56 -05:00
CMakeLists.txt
Kconfig arch: xip: cleanup XIP Kconfig 2020-08-07 09:50:22 -04:00