summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-12-14 13:17:19 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-12-14 13:17:19 +0000
commit9fa3cf0db84cbabdb639cdeb7565f4c3ca3bc562 (patch)
tree01dd8f3965e89b4f12c701aebe38eb6de63acc2c /cpukit/ChangeLog
parent2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-9fa3cf0db84cbabdb639cdeb7565f4c3ca3bc562.tar.bz2
2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1924/cpukit * sapi/include/rtems/config.h: Added stack_allocate_init_hook to rtems_configuration_table. * sapi/include/confdefs.h: Added CONFIGURE_TASK_STACK_FROM_ALLOCATOR and CONFIGURE_TASK_STACK_ALLOCATOR_INIT defines. Set default stack allocator and free hook to _Workspace_Allocate() and _Workspace_Free() respectively. * score/src/thread.c, score/src/threadstackallocate.c, score/src/threadstackfree.c: Update due to API changes.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d523ea318e..43b26202a8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,17 @@
2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ PR 1924/cpukit
+ * sapi/include/rtems/config.h: Added stack_allocate_init_hook to
+ rtems_configuration_table.
+ * sapi/include/confdefs.h: Added CONFIGURE_TASK_STACK_FROM_ALLOCATOR
+ and CONFIGURE_TASK_STACK_ALLOCATOR_INIT defines. Set default stack
+ allocator and free hook to _Workspace_Allocate() and _Workspace_Free()
+ respectively.
+ * score/src/thread.c, score/src/threadstackallocate.c,
+ score/src/threadstackfree.c: Update due to API changes.
+
+2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libcsupport/src/termios_setinitialbaud.c: Fixed typo.
2011-12-14 Sebastian Huber <sebastian.huber@embedded-brains.de>