<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-05-23)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-23 Joel Sherrill <joel.sherrilL@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.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2842&r2=text&tr2=1.2843&diff_format=h">M</a></td><td width='1%'>1.2843</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.165&r2=text&tr2=1.166&diff_format=h">M</a></td><td width='1%'>1.166</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2011-05-23    Joel Sherrill <joel.sherrilL@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.
+
</font> 2011-05-23        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        PR 1791/cpukit

<font color='#006600'>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
</font><font color='#997700'>@@ -1997,8 +1997,9 @@
</font>     /* System overhead pieces */
     uint32_t INTERRUPT_VECTOR_TABLE;
     uint32_t INTERRUPT_STACK_MEMORY;
<font color='#880000'>-    uint32_t THREAD_READY_CHAINS;
</font>     uint32_t MEMORY_FOR_IDLE_TASK;
<font color='#000088'>+    uint32_t MEMORY_FOR_SCHEDULER;
+    uint32_t MEMORY_PER_TASK_FOR_SCHEDULER;
</font> 
     /* Classic API Pieces */
     uint32_t CLASSIC_TASKS;
<font color='#997700'>@@ -2040,8 +2041,9 @@
</font>     /* System overhead pieces */
     CONFIGURE_INTERRUPT_VECTOR_TABLE,
     CONFIGURE_INTERRUPT_STACK_MEMORY,
<font color='#880000'>-    CONFIGURE_MEMORY_FOR_THREAD_READY_CHAINS,
</font>     CONFIGURE_MEMORY_FOR_IDLE_TASK,
<font color='#000088'>+    CONFIGURE_MEMORY_FOR_SCHEDULER,
+    CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER,
</font> 
     /* Classic API Pieces */
     CONFIGURE_MEMORY_FOR_TASKS(CONFIGURE_MAXIMUM_TASKS, 0),
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>