zephyr/arch/nios2/core
Ramesh Thomas 62eea121b3 kernel: tickless: Rename _Swap to allow creation of macro
Future tickless kernel patches would be inserting some
code before call to Swap. To enable this it will create
a mcro named as the current _Swap which would call first
the tickless kernel code and then call the real __swap()

Jira: ZEP-339
Change-Id: Id778bfcee4f88982c958fcf22d7f04deb4bd572f
Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
2017-04-27 13:46:26 +00:00
..
offsets license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile nios2: use gen_isr_tables mechanism 2017-02-11 01:28:00 +00:00
cache.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
cpu_idle.c kernel: remove remaining microkernel references 2017-04-10 20:21:05 +00:00
crt0.S arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
exception.S kernel: tickless: Rename _Swap to allow creation of macro 2017-04-27 13:46:26 +00:00
fatal.c kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
irq_manage.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
prep_c.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
reset.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
swap.S kernel: tickless: Rename _Swap to allow creation of macro 2017-04-27 13:46:26 +00:00
thread.c kernel: refactor thread_monitor_init into common code 2017-04-21 20:34:42 +00:00