zephyr/kernel
Benjamin Walsh e0ca2109a6 kernel: initialize system work queue after kernel is up
The system work queue spawns a coop thread to hanlde the work items. If
it is spawned before the kernel is up and the initialization dummy
thread's priority is lower, there will be a context switch into the
system work queue's thread at that time, before the kernel is ready to
handle this.

Change-Id: I879659ab58231c5a5cfaa34f2f65c2eccab99142
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-12-17 16:24:34 +00:00
..
configs kernel: remove NANOKERNEL and MICROKERNEL configs 2016-12-14 13:45:52 +00:00
unified kernel: initialize system work queue after kernel is up 2016-12-17 16:24:34 +00:00
Kconfig kernel: set CONFIG_MDEF by default 2016-12-17 10:25:20 -05:00