zephyr/kernel/nanokernel
Benjamin Walsh 6469e578cb irq: do not use _inline versions of irq_lock/unlock
Standardize on using the irq_lock/irq_unlock (non-inline) symbols
everywhere.

The non-inline versions provide absolutely no benefits, so they will be
removed in a subsequent commit, and the inline versions will have their
_inline suffix removed.

Change-Id: Ib0b55f450447366468723e065a60adbadf7067a9
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:21 -05:00
..
include
compiler_stack_protect.c
ctors.c Update comments in ctors.c 2016-02-05 20:14:39 -05:00
device.c
event_logger.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
idle.c
int_latency_bench.c
Kconfig Remove obsolete kernel references to BSP 2016-02-05 20:14:39 -05:00
Makefile Add profiler method. 2016-02-05 20:15:20 -05:00
nano_context.c Remove references to defunct _ContextUsrEntryRtn() 2016-02-05 20:14:37 -05:00
nano_fiber.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
nano_fifo.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
nano_init.c Remove obsolete kernel references to BSP 2016-02-05 20:14:39 -05:00
nano_lifo.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
nano_sema.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
nano_stack.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
nano_sys_clock.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
nano_timer.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
profiler.c Add context switch profile point. 2016-02-05 20:15:20 -05:00
version.c