summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-23 19:06:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-23 19:06:40 +0000
commit4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c (patch)
treea763c9e920604ef01d55cf2b30ae2a087516df33 /nuttx/ChangeLog
parenta8cb02138ce460fbd66d242d34dda71082062538 (diff)
downloadpx4-nuttx-4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c.tar.gz
px4-nuttx-4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c.tar.bz2
px4-nuttx-4c3cc60932ac1b6ec0076ab89a80de55e0b69a4c.zip
binfmt_execmodule() calls to sched_releasttcb() was not updated to use the second, thread type parameter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5779 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1a855db64..a54bd46b8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4434,4 +4434,10 @@
in the kernel build. The original implementation was C-based
and simpler. However, the C code intermixed with SVC calls was
not properly preserving registers. The more complex, assembly
- language version does not suffer from these issues (2013-03-23).
+ language version does not suffer from these issues. I believe
+ the the kernel build can not be called "feature complete"
+ (2013-03-23).
+ * binfmt/binfmt_execmodule.c: Here is a place where I forget
+ to update the call to sched_releasetcb() to pass the thread
+ type as the second parameter (2013-03-23).
+