<!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-11-06)</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-11-06 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1715/cpukit
        * rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/avr/ChangeLog.diff?r1=text&tr1=1.53&r2=text&tr2=1.54&diff_format=h">M</a></td><td width='1%'>1.54</td><td width='100%'>cpukit/score/cpu/avr/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/avr/rtems/score/cpu.h.diff?r1=text&tr1=1.30&r2=text&tr2=1.31&diff_format=h">M</a></td><td width='1%'>1.31</td><td width='100%'>cpukit/score/cpu/avr/rtems/score/cpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/avr/ChangeLog:1.53 rtems/cpukit/score/cpu/avr/ChangeLog:1.54
--- rtems/cpukit/score/cpu/avr/ChangeLog:1.53   Thu Oct 21 17:11:33 2010
+++ rtems/cpukit/score/cpu/avr/ChangeLog        Sat Nov  6 17:32:06 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-11-06    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1715/cpukit
+       * rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self.
+
</font> 2010-10-21        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to

<font color='#006600'>diff -u rtems/cpukit/score/cpu/avr/rtems/score/cpu.h:1.30 rtems/cpukit/score/cpu/avr/rtems/score/cpu.h:1.31
--- rtems/cpukit/score/cpu/avr/rtems/score/cpu.h:1.30   Thu Oct 21 17:11:33 2010
+++ rtems/cpukit/score/cpu/avr/rtems/score/cpu.h        Sat Nov  6 17:32:06 2010
</font><font color='#997700'>@@ -745,7 +745,7 @@
</font>  *  XXX document implementation including references if appropriate
  */
 
<font color='#880000'>-#define eCPU_Context_Restart_self( _the_context ) \
</font><font color='#000088'>+#define _CPU_Context_Restart_self( _the_context ) \
</font>    _CPU_Context_restore( _the_context );
 
 /*
</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>