From 9fa3cf0db84cbabdb639cdeb7565f4c3ca3bc562 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Dec 2011 13:17:19 +0000 Subject: 2011-12-14 Sebastian Huber 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. --- cpukit/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d523ea318e..43b26202a8 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,15 @@ +2011-12-14 Sebastian Huber + + 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 * libcsupport/src/termios_setinitialbaud.c: Fixed typo. -- cgit v1.2.3