<!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-03-15)</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-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>

        * libmisc/cpuuse/cpuusagereport.c: Make compile again.
</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.2780&r2=text&tr2=1.2781&diff_format=h">M</a></td><td width='1%'>1.2781</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libmisc/cpuuse/cpuusagereport.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>cpukit/libmisc/cpuuse/cpuusagereport.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2780 rtems/cpukit/ChangeLog:1.2781
--- rtems/cpukit/ChangeLog:1.2780       Tue Mar 15 10:43:09 2011
+++ rtems/cpukit/ChangeLog      Tue Mar 15 14:03:38 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-03-15        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * libmisc/cpuuse/cpuusagereport.c: Make compile again.
+
+2011-03-15     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * libmisc/shell/main_setenv.c: Revert after discussion. Mark as
        intentional in Coverity.
 

<font color='#006600'>diff -u rtems/cpukit/libmisc/cpuuse/cpuusagereport.c:1.20 rtems/cpukit/libmisc/cpuuse/cpuusagereport.c:1.21
--- rtems/cpukit/libmisc/cpuuse/cpuusagereport.c:1.20   Tue Mar 15 09:52:32 2011
+++ rtems/cpukit/libmisc/cpuuse/cpuusagereport.c        Tue Mar 15 14:03:38 2011
</font><font color='#997700'>@@ -67,7 +67,7 @@
</font>    *  guideline as to what each number means proportionally.
    */
   #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__
<font color='#880000'>-    total = 0;
</font><font color='#000088'>+    _Timestamp_Set_to_zero( &total );
</font>     uptime_at_last_reset = CPU_usage_Uptime_at_last_reset;
   #else
     for ( api_index = 1 ; api_index <= OBJECTS_APIS_LAST ; api_index++ ) {
</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>