summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 70d896bfe..081b21f2e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8640,3 +8640,6 @@
* include/nuttx/arch.h, Documentation/NuttxPortingGuide.html, and
NuttxUserGuide.html: Add platform-specific interface definitions
needed to support the shared memory feature (2014-9-23).
+ * arch/arm/include/arch.h, src/armv7-a/addrenv.h, arm_addrenv.c,
+ arm_addrenv_ustack.c, and arm_addrenv_utils.c: Add logic necessary
+ to handler remapping of shared memory on contex switches (2014-9-23).