change log for rtems (2011-05-23)
rtems-vc at rtems.org
rtems-vc at rtems.org
Mon May 23 15:12:51 UTC 2011
*joel*:
2011-05-23 Joel Sherrill <joel.sherrilL at OARcorp.com>
PR 1804/cpukit
* sapi/include/confdefs.h: Replace obsolete THREAD_READY_CHAINS with
CONFIGURE_MEMORY_FOR_SCHEDULER and
CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER in debug structure.
M 1.2843 cpukit/ChangeLog
M 1.166 cpukit/sapi/include/confdefs.h
diff -u rtems/cpukit/ChangeLog:1.2842 rtems/cpukit/ChangeLog:1.2843
--- rtems/cpukit/ChangeLog:1.2842 Mon May 23 08:56:40 2011
+++ rtems/cpukit/ChangeLog Mon May 23 09:55:58 2011
@@ -1,3 +1,10 @@
+2011-05-23 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ PR 1804/cpukit
+ * sapi/include/confdefs.h: Replace obsolete THREAD_READY_CHAINS with
+ CONFIGURE_MEMORY_FOR_SCHEDULER and
+ CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER in debug structure.
+
2011-05-23 Jennifer Averett <Jennifer.Averett at OARcorp.com>
PR 1791/cpukit
diff -u rtems/cpukit/sapi/include/confdefs.h:1.165 rtems/cpukit/sapi/include/confdefs.h:1.166
--- rtems/cpukit/sapi/include/confdefs.h:1.165 Tue May 17 14:48:43 2011
+++ rtems/cpukit/sapi/include/confdefs.h Mon May 23 09:55:58 2011
@@ -1997,8 +1997,9 @@
/* System overhead pieces */
uint32_t INTERRUPT_VECTOR_TABLE;
uint32_t INTERRUPT_STACK_MEMORY;
- uint32_t THREAD_READY_CHAINS;
uint32_t MEMORY_FOR_IDLE_TASK;
+ uint32_t MEMORY_FOR_SCHEDULER;
+ uint32_t MEMORY_PER_TASK_FOR_SCHEDULER;
/* Classic API Pieces */
uint32_t CLASSIC_TASKS;
@@ -2040,8 +2041,9 @@
/* System overhead pieces */
CONFIGURE_INTERRUPT_VECTOR_TABLE,
CONFIGURE_INTERRUPT_STACK_MEMORY,
- CONFIGURE_MEMORY_FOR_THREAD_READY_CHAINS,
CONFIGURE_MEMORY_FOR_IDLE_TASK,
+ CONFIGURE_MEMORY_FOR_SCHEDULER,
+ CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER,
/* Classic API Pieces */
CONFIGURE_MEMORY_FOR_TASKS(CONFIGURE_MAXIMUM_TASKS, 0),
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110523/8eca4647/attachment-0001.html>
More information about the vc
mailing list