summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-23 13:24:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-23 13:24:14 -0600
commit82ea3b6c80d5de6c1a4916bbd6e87a807d92eac5 (patch)
treef41c0d085833dd1de53e4e87825c1df309e22d24 /nuttx/ChangeLog
parente3c58b7dc466b51df9a9969e69e1c6c813a813ad (diff)
downloadnuttx-82ea3b6c80d5de6c1a4916bbd6e87a807d92eac5.tar.gz
nuttx-82ea3b6c80d5de6c1a4916bbd6e87a807d92eac5.tar.bz2
nuttx-82ea3b6c80d5de6c1a4916bbd6e87a807d92eac5.zip
Update ChangeLog
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).