<!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 (2010-07-26)</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>2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>

        * rtems/src/ratemonperiod.c: Remove tabs.
</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.2520&r2=text&tr2=1.2521&diff_format=h">M</a></td><td width='1%'>1.2521</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/src/ratemonperiod.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&diff_format=h">M</a></td><td width='1%'>1.29</td><td width='100%'>cpukit/rtems/src/ratemonperiod.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2520 rtems/cpukit/ChangeLog:1.2521
--- rtems/cpukit/ChangeLog:1.2520       Mon Jul 26 08:49:01 2010
+++ rtems/cpukit/ChangeLog      Mon Jul 26 15:27:03 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-07-26    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * rtems/src/ratemonperiod.c: Remove tabs.
+
</font> 2010-07-26        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * rtems/src/ratemonperiod.c: Use if not switch since all cases of enum

<font color='#006600'>diff -u rtems/cpukit/rtems/src/ratemonperiod.c:1.28 rtems/cpukit/rtems/src/ratemonperiod.c:1.29
--- rtems/cpukit/rtems/src/ratemonperiod.c:1.28 Mon Jul 26 08:49:01 2010
+++ rtems/cpukit/rtems/src/ratemonperiod.c      Mon Jul 26 15:27:04 2010
</font><font color='#997700'>@@ -137,7 +137,7 @@
</font>        *  context switch.
        */
       _Timespec_Subtract(
<font color='#880000'>-   &_Thread_Time_of_last_context_switch, &uptime, &ran
</font><font color='#000088'>+        &_Thread_Time_of_last_context_switch, &uptime, &ran
</font>       );
 
       _Timespec_Add_to( &the_period->cpu_usage_period_initiated, &ran );
<font color='#997700'>@@ -343,19 +343,19 @@
</font>       }
 
       if ( the_period->state == RATE_MONOTONIC_EXPIRED ) {
<font color='#880000'>-   /*
-        *  Update statistics from the concluding period
-        */
-       _Rate_monotonic_Update_statistics( the_period );
-
-       _ISR_Enable( level );
-
-       the_period->state = RATE_MONOTONIC_ACTIVE;
-       the_period->next_length = length;
-
-       _Watchdog_Insert_ticks( &the_period->Timer, length );
-       _Thread_Enable_dispatch();
-       return RTEMS_TIMEOUT;
</font><font color='#000088'>+        /*
+         *  Update statistics from the concluding period
+         */
+        _Rate_monotonic_Update_statistics( the_period );
+
+        _ISR_Enable( level );
+
+        the_period->state = RATE_MONOTONIC_ACTIVE;
+        the_period->next_length = length;
+
+        _Watchdog_Insert_ticks( &the_period->Timer, length );
+        _Thread_Enable_dispatch();
+        return RTEMS_TIMEOUT;
</font>       }
 
       /*
</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>