zephyr/kernel
Charles E. Youse c0c4ba8516 kernel/idle.c: fix compilation failure (SMP && !SCHED_IPI_SUPPORTED)
An #endif and the brace terminating a compound statement were
transposed, causing compilation errors with the above-specified
combination of configuration options.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-28 17:32:33 -04:00
..
include kernel: timeout: remove unused callback parameter from init function 2019-09-28 15:41:18 -04:00
atomic_c.c kernel: fix the bug in atomic_c.c 2019-09-26 21:13:20 -04:00
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c kernel/idle.c: fix compilation failure (SMP && !SCHED_IPI_SUPPORTED) 2019-09-28 17:32:33 -04:00
init.c kernel/thread: Must always initialize is_idle field 2019-09-26 16:54:06 -04:00
Kconfig
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c kernel/thread: Must always initialize is_idle field 2019-09-26 16:54:06 -04:00
poll.c
queue.c
sched.c kernel/sched: Don't make an IPI if we don't need it 2019-09-26 16:54:06 -04:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel/thread: Must always initialize is_idle field 2019-09-26 16:54:06 -04:00
timeout.c kernel/timeout: Fix timeslicing edge case in SMP 2019-09-26 16:54:06 -04:00
timer.c kernel: timeout: remove unused callback parameter from init function 2019-09-28 15:41:18 -04:00
userspace_handler.c
userspace.c
version.c
work_q.c kernel: timeout: remove unused callback parameter from init function 2019-09-28 15:41:18 -04:00