summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-11-10 14:40:13 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-11-10 14:40:13 +0000
commitb4f635e9d00dc0dfa871e886b9f130e0798b2f82 (patch)
tree0f8ccbe555f1491c4a5c9b5f7f825b11d332eaef /cpukit/ChangeLog
parent2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-b4f635e9d00dc0dfa871e886b9f130e0798b2f82.tar.bz2
2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1924/cpukit * sapi/include/rtems/config.h: New fields stack_space_size, unified_work_area, and stack_allocator_avoids_work_space in rtems_configuration_table. * sapi/include/confdefs.h: Removed rtems_unified_work_area (this is now part of the Configuration). Separate work space and stack space estimate. Added CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE configuration option. * libmisc/shell/main_wkspaceinfo.c, score/src/wkspace.c, libcsupport/src/malloc_initialize.c: Update due to API changes.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3df8fbf6b8..97fb6c70cf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,18 @@
2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ PR 1924/cpukit
+ * sapi/include/rtems/config.h: New fields stack_space_size,
+ unified_work_area, and stack_allocator_avoids_work_space in
+ rtems_configuration_table.
+ * sapi/include/confdefs.h: Removed rtems_unified_work_area (this is
+ now part of the Configuration). Separate work space and stack space
+ estimate. Added CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE
+ configuration option.
+ * libmisc/shell/main_wkspaceinfo.c, score/src/wkspace.c,
+ libcsupport/src/malloc_initialize.c: Update due to API changes.
+
+2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* rtems/include/rtems/rtems/event.h,
rtems/include/rtems/rtems/eventset.h,
rtems/inline/rtems/rtems/eventset.inl: Documentation.