zephyr/arch/nios2/core
Andrew Boie fda3bc1c8c nios2: _Swap(): optimize irq unlock
If the CPU lacks certain features the only writable bit in the
status register is the PIE bit, so just write the saved value back.

Change-Id: I91537ff640aa9977d19587c4b0ae414028752341
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-29 00:08:11 +00:00
..
offsets nios2: implement fiberRtnValueSet() 2016-06-29 00:08:07 +00:00
Makefile nios2: add static interrupt handling code 2016-06-22 16:42:21 +00:00
cpu_idle.c nios2: implement nano_cpu_idle and nano_cpu_atomic_idle 2016-06-10 15:22:41 +00:00
crt0.S nios2: crt0: fix GDB debugging 2016-06-22 01:31:12 +00:00
exception.S nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
fatal.c nios2: add base exception handling code 2016-06-22 16:42:20 +00:00
irq_manage.c nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
irq_offload.c nios2: implement irq_offload() 2016-06-28 15:56:05 -07:00
prep_c.c
reset.S
sw_isr_table.S nios2: add static interrupt handling code 2016-06-22 16:42:21 +00:00
swap.S nios2: _Swap(): optimize irq unlock 2016-06-29 00:08:11 +00:00
thread.c nios2: implement _Swap() and _new_thread() 2016-06-22 16:42:18 +00:00