summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-10 17:50:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-10 17:50:07 -0600
commit070608fc83c12b1920d832da8c6b1ec7af989b8b (patch)
treeb1805d9b53e1a6ba326956a07b95cc5d388de083 /nuttx/ChangeLog
parentac3a40c8b8ce9b910ce169596ff8b2a95968615b (diff)
downloadnuttx-070608fc83c12b1920d832da8c6b1ec7af989b8b.tar.gz
nuttx-070608fc83c12b1920d832da8c6b1ec7af989b8b.tar.bz2
nuttx-070608fc83c12b1920d832da8c6b1ec7af989b8b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 338ea98f7..7c8672008 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8834,4 +8834,8 @@
* sched/wqueue/, libc/wqueue, and include/nuttx/wqueue.h: Add support
for multiple low-priority worker threads. This is a necessary
piece of the support for asynchonous I/O (2014-10-10).
-
+ * sched/wqueue/work_inherit.c: Add logic for priority inheritance with
+ multiple worker threads. How should this work? Tentatively, the all
+ get reprioritized together. It would be best to just reprioritize the
+ single thread doing the high priority work, but we don't know which
+ that will be in advance (2014-10-10).