summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-21 00:25:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-21 00:25:17 +0000
commit55a46f0500f36567ce352048454534135aff92f2 (patch)
tree8b08f2ca6a982e81e2f644e07f52525ff9a35053 /nuttx/ChangeLog
parentae6758d5518a0e92f10476592dc156af38f36244 (diff)
downloadpx4-nuttx-55a46f0500f36567ce352048454534135aff92f2.tar.gz
px4-nuttx-55a46f0500f36567ce352048454534135aff92f2.tar.bz2
px4-nuttx-55a46f0500f36567ce352048454534135aff92f2.zip
Fix syscall parameter passing for the case where the number of parameters is >4
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5767 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bddcb4367..7f6a2b421 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4406,3 +4406,6 @@
up_release_stack.c: If creating or releasing the stack for a kernel
thread, use the kernel allocator so that the kernel thread stacks
are protected from user application meddling (2013-03-20).
+ * arch/arm/src/armv[6|7]-m/up_scall.c: Fix parameter passing for
+ all system call inline functions with > 3 parameters (2013-03-20)
+