mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 23:28:43 +00:00
"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> |
||
---|---|---|
.. | ||
core | ||
include | ||
CMakeLists.txt | ||
Kconfig |