zephyr/kernel
Enjia Mai 38f00bd438 kernel: smp: change back the order of SMP thread and timer initialization
Commit 3457118 changed the sequence of z_smp_thread_init() and
smp_timer_init() in smp_init_top() subroutine, which initializes
other BPs. In some boards (up_squared, acrn_ehl_crb) it will fail to
work while SMP enabling. If the timer interrupt is enabled before the
first thread was initialized. Now change back to its original order.

Fixes #41835

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-01-18 12:59:50 -05:00
..
include kernel: extend CPU runtime stats 2022-01-10 10:38:06 -05:00
paging
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt kernel: move thread usage routines to own file 2022-01-10 10:38:06 -05:00
compiler_stack_protect.c
condvar.c
device.c device: deprecate (z_)device_usable_check 2022-01-07 10:41:23 -05:00
errno.c
events.c kernel: add support for event objects 2021-10-16 06:27:10 -04:00
fatal.c
futex.c
idle.c pm: idle: Remove not necessary branch 2021-11-29 19:37:55 -05:00
init.c kernel: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
Kconfig kernel: remove NUM_PIPE_ASYNC_MSGS 2022-01-10 12:17:14 -05:00
kheap.c kernel: kheap: make init work with demand paging 2021-08-26 21:16:22 -04:00
mailbox.c kernel: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
main_weak.c kernel: extract __weak main() into independent file 2021-08-28 08:48:03 -04:00
mem_domain.c kernel: mem_domain: k_mem_domain_add_thread to return errors 2021-11-22 12:45:22 -05:00
mem_slab.c kernel: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
mempool.c Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
mmu.c kernel: mmu: Fix access to unpacked member inside packed struct 2021-12-10 14:08:59 +01:00
msg_q.c
mutex.c
pipes.c kernel: pipes: add pipe flush routines 2022-01-10 12:17:14 -05:00
poll.c poll: modify the function z_vrfy_k_poll 2021-11-25 18:23:51 -05:00
queue.c
sched.c kernel: move thread usage routines to own file 2022-01-10 10:38:06 -05:00
sem.c
smp.c kernel: smp: change back the order of SMP thread and timer initialization 2022-01-18 12:59:50 -05:00
stack.c
system_work_q.c
thread.c kernel/sched: enable/disable runtime stats 2022-01-10 10:38:06 -05:00
timeout.c
timer.c kernel: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
usage.c kernel/sched: enable/disable runtime stats 2022-01-10 10:38:06 -05:00
userspace_handler.c
userspace.c kernel: Fix typo in macro name 2022-01-07 11:20:46 -05:00
version.c
work.c kernel: work: remove unused if statement 2021-12-13 17:20:56 -05:00
xip.c kernel: remove @return doc for void functions 2022-01-12 16:02:16 -05:00