From a912089099a2f6fe30a9b527beccdec68f787932 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Sep 2014 09:12:37 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c8af725659..d638d5df4d1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8539,3 +8539,7 @@ sched/task/Make.defs, task_create.c, and task_spawn.c: Don't build task_create() or task_spawn() interfaces if there is an address environment (2014-9-14). + * arch/arm/src/armv7-a/arm_addrenv_ustack.c, include/nuttx/addrenv.h, + arch.h, and other files: Rename everything associated with the dynamic + process stack to ustack to make room in the name space for a kstack + (2014-9-14).