mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 05:22:24 +00:00
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> |
||
---|---|---|
.. | ||
mpu | ||
offsets | ||
secureshield | ||
arc_connect.c | ||
arc_smp.c | ||
cache.c | ||
CMakeLists.txt | ||
cpu_idle.S | ||
fast_irq.S | ||
fatal.c | ||
fault_s.S | ||
fault.c | ||
irq_manage.c | ||
irq_offload.c | ||
isr_wrapper.S | ||
prep_c.c | ||
regular_irq.S | ||
reset.S | ||
switch.S | ||
thread_entry_wrapper.S | ||
thread.c | ||
timestamp.c | ||
userspace.S | ||
vector_table.c | ||
vector_table.ld |