summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 10201d7a1..8c7a986f3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4356,4 +4356,9 @@
system call (2013-03-16).
* arch/arm/src/armv[6|7]-m/up_schedulesigaction.c: Need make sure we are
in kernel mode before switching to kernel-mode signal handler
- trampoline.
+ trampoline (2013-03-16).
+ * arch/arm/include/armv[6|7]-m/irq.h, and arch/arm/src/armv[6|7]-m/up_svcall.c:
+ Add support for nested system calls. In the current design, this can
+ happen only under one condition: When the kernel system function calls
+ back into user space in order to allocate user space memory. So it is
+ expected that the maximum nesting level will be only 2.