summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-06 19:56:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-06 19:56:32 +0000
commit7c2ea5a1a560284b6d22a60d62ac943ec6144096 (patch)
tree8d1191e3b5fe5cb9f0fe1319d45648d859060cae /nuttx/ChangeLog
parent9e9de3d19ebf1890bfccd0bf63fa0209e2ec9359 (diff)
downloadnuttx-7c2ea5a1a560284b6d22a60d62ac943ec6144096.tar.gz
nuttx-7c2ea5a1a560284b6d22a60d62ac943ec6144096.tar.bz2
nuttx-7c2ea5a1a560284b6d22a60d62ac943ec6144096.zip
Fix some bad syscall dispatching log. This change is not testable until these is a tested NuttX kernel build.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cb29aeb3d..6e9434e19 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4259,4 +4259,6 @@
* libc/wqueue: Implemented user-space work queues. These will not
get tested until the next time I attempt a NuttX kernel build.
(2013-03-05).
-
+ * arch/arm: Correct some bad syscall dispatching logic. This change
+ cannot be fully tested until there is a fielded NuttX kernel build.
+ (2013-03-06).