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

        PR 1733/cpukit
        * score/src/isr.c: If target architecture does nto require stack
        initialization, then do not perform adjustment.
</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.2698&r2=text&tr2=1.2699&diff_format=h">M</a></td><td width='1%'>1.2699</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/isr.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/score/src/isr.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2698 rtems/cpukit/ChangeLog:1.2699
--- rtems/cpukit/ChangeLog:1.2698       Tue Feb  1 00:35:59 2011
+++ rtems/cpukit/ChangeLog      Tue Feb  1 14:22:08 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-02-01    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       PR 1733/cpukit
+       * score/src/isr.c: If target architecture does nto require stack
+       initialization, then do not perform adjustment.
+
</font> 2011-02-01        Ralf Corsepius <ralf.corsepius@rtems.org>
 
        * libcsupport/src/printk.c: Fix typo.

<font color='#006600'>diff -u rtems/cpukit/score/src/isr.c:1.20 rtems/cpukit/score/src/isr.c:1.21
--- rtems/cpukit/score/src/isr.c:1.20   Thu Aug 19 07:13:56 2010
+++ rtems/cpukit/score/src/isr.c        Tue Feb  1 14:22:08 2011
</font><font color='#997700'>@@ -62,8 +62,10 @@
</font>     Configuration.interrupt_stack_size
   );
 
<font color='#000088'>+#if (CPU_STACK_ALIGNMENT != 0)
</font>   _CPU_Interrupt_stack_high = (void *)
     ((uintptr_t) _CPU_Interrupt_stack_high & ~(CPU_STACK_ALIGNMENT - 1));
<font color='#000088'>+#endif
</font> 
   /* Interrupt stack might have to be aligned and/or setup
    * in a specific way.
</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>