zephyr/kernel
Guennadi Liakhovetski ced7866901 smp: move a preprocessor conditional from .c to cmake
smp.c only has to be built if CONFIG_SMP is enabled. Remove
preprocessor checks from the file itself and update cmake rules
instead.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2021-05-03 17:13:01 -04:00
..
include
paging
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
compiler_stack_protect.c
condvar.c
device.c
errno.c
fatal.c kernel: fatal: Avoid thread api access when no multithreading 2021-04-29 14:50:35 +02:00
futex.c
idle.c
init.c kernel: Move _kernel from sched to init 2021-04-29 14:50:35 +02:00
Kconfig smp: add a Kconfig option to delay booting secondary CPUs 2021-05-03 17:13:01 -04:00
kheap.c kernel: heap: Add support for CONFIG_MULTITHREADING=n 2021-04-29 14:50:35 +02:00
mailbox.c
mem_domain.c
mem_slab.c kernel: mem_slab: Add support to no multithreading 2021-04-29 14:50:35 +02:00
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c doc: fix typos 2021-04-30 16:03:08 -04:00
sem.c
smp.c smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
stack.c
system_work_q.c
thread.c
timeout.c
timer.c kernel: timer: Adding support to CONFIG_MULTITHREADING=n 2021-04-29 14:50:35 +02:00
userspace_handler.c
userspace.c
version.c
work.c
xip.c