zephyr/arch/arc
Wayne Ren 7249fbf5ad arch: arc: fix the bug of irq_offload
* remove irq lock/unlock which is not needed because of
  the protection of offload_sem in irq_offload
* simplify the assembly codes related irq_offload, remove
  the thread switch logic
* the old codes may do thread switch in the epilogue of
  irq_offload handling with int locked, this is not correct
  may cause irq_offload related codes crash.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2020-02-12 14:30:38 +02:00
..
core arch: arc: fix the bug of irq_offload 2020-02-12 14:30:38 +02:00
include kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
CMakeLists.txt arc: Add support for unaligned access 2019-07-31 09:25:15 -07:00
Kconfig kernel: overhaul unused stack measurement 2020-02-08 10:02:35 +02:00