zephyr/kernel/microkernel
Allan Stephens 3a7c6f32fc Remove most references to LITE symbol
Most kernel code that depends on the state of the LITE symbol
has this dependency removed, since the symbol was used for an
incomplete feature that could not be enabled. This change has
no operational impact, as the LITE symbol was never defined
by the build system.

In a handful of timer-related references to LITE are not removed,
as they will be useful in adding a tickless kernel capability.

Change-Id: I4ae37f484e3ab08093b732d45aca87d2e8678adf
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:49 -05:00
..
channel Renaming K_mvdreq to _k_movedata_request 2016-02-05 20:13:48 -05:00
core Introduce NUM_TASK_PRIORITIES configuration option 2016-02-05 20:13:48 -05:00
include Remove most references to LITE symbol 2016-02-05 20:13:49 -05:00
movedata Renaming K_mvdreq to _k_movedata_request 2016-02-05 20:13:48 -05:00
timer Renaming K_yield to _k_task_yield 2016-02-05 20:13:47 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00
idle.c Renaming K_workload to _k_node_workload_get 2016-02-05 20:13:48 -05:00
k_event.c Renaming K_event_signal to _k_event_signal 2016-02-05 20:13:48 -05:00
k_irq.c Renaming K_taskirqalloc to _k_task_irq_alloc 2016-02-05 20:13:46 -05:00
k_mbox.c Renaming K_mvdreq to _k_movedata_request 2016-02-05 20:13:48 -05:00
k_memmap.c Renaming K_dealloc to _k_mem_map_dealloc 2016-02-05 20:13:48 -05:00
k_mempool.c Renaming K_RelBlock to _k_mem_pool_block_release 2016-02-05 20:13:46 -05:00
k_mutex.c Remove most references to LITE symbol 2016-02-05 20:13:49 -05:00
k_nop.c Renaming K_nop to _k_nop 2016-02-05 20:13:48 -05:00
k_offload.c Renaming K_offload to _k_offload_to_fiber 2016-02-05 20:13:48 -05:00
k_queue.c Renaming K_queue to _k_fifo_ioctl 2016-02-05 20:13:47 -05:00
k_sema.c Remove most references to LITE symbol 2016-02-05 20:13:49 -05:00
k_task.c Remove most references to LITE symbol 2016-02-05 20:13:49 -05:00
k_timer.c Renaming K_elapse to _k_time_elapse 2016-02-05 20:13:47 -05:00
power.c Renaming _SysPowerSaveIdleExit to _sys_power_save_idle_exit 2016-02-05 20:13:47 -05:00
task_monitor.c Renaming K_monitor_read _k_task_monitor_read 2016-02-05 20:13:47 -05:00