commit | fd55935560f5c869e70534d852d47a50f3ef80cf | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Jun 07 16:58:11 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 11 14:40:07 2018 -0400 |
tree | 7b908be57297c8df3cc02369aa9c944a5d6a9fe2 | |
parent | a760c5b0293173814ef2e8bbd9b869f19508dd7d [diff] |
kernel: work_q: Document implications of default sys work_q priority Default value of CONFIG_SYSTEM_WORKQUEUE_PRIORITY is -1, which means it's run by the cooperative thread. Explicitly mention (in the Kconfig help) that it means that any work handler submited to this default queue won't be preempted by some other thread (which is generally good, but worth documenting explicitly). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>