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

        * score/src/threadtickletimeslice.c: Spacing.
</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.2849&r2=text&tr2=1.2850&diff_format=h">M</a></td><td width='1%'>1.2850</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/src/threadtickletimeslice.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>cpukit/score/src/threadtickletimeslice.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2849 rtems/cpukit/ChangeLog:1.2850
--- rtems/cpukit/ChangeLog:1.2849       Fri Jun 10 13:16:42 2011
+++ rtems/cpukit/ChangeLog      Wed Jun 15 11:36:24 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-06-15    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * score/src/threadtickletimeslice.c: Spacing.
+
</font> 2011-06-10        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1812/filesystem

<font color='#006600'>diff -u rtems/cpukit/score/src/threadtickletimeslice.c:1.14 rtems/cpukit/score/src/threadtickletimeslice.c:1.15
--- rtems/cpukit/score/src/threadtickletimeslice.c:1.14 Fri Jan 28 14:24:54 2011
+++ rtems/cpukit/score/src/threadtickletimeslice.c      Wed Jun 15 11:36:25 2011
</font><font color='#997700'>@@ -90,7 +90,7 @@
</font>          *  currently executing thread is placed at the rear of the
          *  FIFO for this priority and a new heir is selected.
          */
<font color='#880000'>-        _Scheduler_Yield( );
</font><font color='#000088'>+        _Scheduler_Yield();
</font>         executing->cpu_time_budget = _Thread_Ticks_per_timeslice;
       }
       break;
</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>