zephyr/arch/arc/core
Chuck Jordan d32edfd220 arc: fix spelling error in comment of fault_s.S
In fault_s.S, changing the word "save" to "safe".

Change-Id: Ia997082a62bf287f09a72b7f0a00d506bd982770
Signed-off-by: Chuck Jordan <cjordan@synopsys.com>
2016-05-15 10:54:35 -07:00
..
offsets arc: implement stack checking 2016-03-29 01:25:49 +00:00
Makefile errno: implement _get_errno() in common code 2016-05-04 17:04:14 +00:00
atomic.S arc: add atomic operations for ARC EM family processors 2016-02-05 20:25:16 -05:00
cpu_idle.S event_logger: add arc support for sleep event 2016-05-06 18:52:45 +00:00
fast_irq.S arc: improve code-density by using ld_s and st_s with r0-r3 2016-05-06 11:18:27 +00:00
fatal.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
fault.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
fault_s.S arc: fix spelling error in comment of fault_s.S 2016-05-15 10:54:35 -07:00
irq_manage.c irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
irq_offload.c irq_offload: ARC implementation 2016-02-05 20:24:55 -05:00
irq_vector_table.c arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
isr_wrapper.S arc: more improvements to use isa-16 instructions 2016-05-09 20:56:50 +00:00
prep_c.c arc: early init should invalidate d-cache and set vector table 2016-05-11 11:10:52 +00:00
regular_irq.S arc: more improvements to use isa-16 instructions 2016-05-09 20:56:50 +00:00
reset.S arc: Add linker command file for Harvard architecture 2016-05-15 01:48:41 +00:00
sw_isr_table.S arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
swap.S arc: improve code-density by using ld_s and st_s with r0-r3 2016-05-06 11:18:27 +00:00
swap_macros.h arc: do lr and sr instructions together, avoid instruction pipeline bubble 2016-05-09 20:56:52 +00:00
sys_fatal_error_handler.c nanokernel: tighten _is_thread_essential() 2016-05-03 17:42:54 +00:00
thread.c kernel: Init back pointer to microkernel task 2016-05-04 22:51:33 +00:00
thread_entry_wrapper.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
vector_table.c arc: Set __start entry point to be same as __reset 2016-05-05 22:12:56 +00:00