zephyr/kernel/microkernel
Peter Mitsis 30bf5c05c8 sys_clock: fix _sys_idle_elapsed_ticks type
Fixes the type of global variable _sys_idle_elapsed_ticks such that
both its nanokernel and microkernel definitions are of the same
type--int32_t.

One of the repercussions of this is that code related to the routine
_nano_sys_clock_tick_announce() does not need the application of
typecasting.

Change-Id: I3d7374cd1a32aea7e4651726febde74ebe4ac8ac
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:53 -05:00
..
include kernel: Specify alignment of microkernel server command stack items 2016-02-05 20:24:42 -05:00
k_command_packet.c
k_event.c events: add __ASSERT()s in APIs to validate event IDs 2016-02-05 20:24:48 -05:00
k_fifo.c
k_idle.c x86: remove NANOKERNEL guard around nano_cpu_idle() 2016-02-05 20:24:43 -05:00
k_init.c
k_irq.c kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
k_mailbox.c
k_memory_map.c doc: Update descriptions for memory map APIs 2016-02-05 20:24:48 -05:00
k_memory_pool.c
k_move_data.c
k_mutex.c
k_nop.c
k_offload.c
k_pipe_buffer.c
k_pipe_get.c
k_pipe_put.c
k_pipe_util.c
k_pipe_xfer.c
k_pipe.c
k_semaphore.c doc: Update descriptions for semaphore APIs 2016-02-05 20:24:53 -05:00
k_server.c
k_task_monitor.c
k_task.c
k_ticker.c sys_clock: fix _sys_idle_elapsed_ticks type 2016-02-05 20:24:53 -05:00
k_timer.c
Kconfig
Makefile