commit | e0ca2109a6af8dac4cc3184a5b6bc6e7ccd87ee3 | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Fri Dec 16 18:01:13 2016 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Dec 17 16:24:34 2016 +0000 |
tree | 51a30a19f720456cb2d4de661f31983bf0267e13 | |
parent | f11fe9eca5144176d60018ffd80b044bc733ad06 [diff] |
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>