zephyr/arch/arc/core
Wayne Ren 819e7aec77 arch: arc: optimizations on irq lock/unlock in low level
When SMP is enabled, the irq_lock/unlock will get and
release a global spin lock, but the codes changed in this
commit only need to lock the local cpu. No affect on
uniprocessor, but optimizations for SMP case.

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2020-04-06 11:17:38 -07:00
..
mpu
offsets
secureshield
arc_connect.c
arc_smp.c kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
cache.c arch: arc: optimizations on irq lock/unlock in low level 2020-04-06 11:17:38 -07:00
CMakeLists.txt
cpu_idle.S
fast_irq.S
fatal.c
fault_s.S
fault.c
irq_manage.c arch: arc: optimize the arc v2 interrupt unit driver 2020-04-06 11:17:38 -07:00
irq_offload.c
isr_wrapper.S
prep_c.c
regular_irq.S
reset.S kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
switch.S
thread_entry_wrapper.S
thread.c
timestamp.c arch: arc: optimizations on irq lock/unlock in low level 2020-04-06 11:17:38 -07:00
userspace.S arch: arc: fake exception should set not clrear AE bit 2020-03-12 13:02:17 -04:00
vector_table.c
vector_table.ld