From bd8b2f4c053538af3c9923d02e5fa47ac7394f7a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Sep 2014 13:24:14 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 70d896bfe8..081b21f2ee 100755 --- a/ChangeLog +++ b/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).