<!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-07-27)</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>strauman</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-26  Till Straumann <strauman@slac.stanford.edu>

        * shared/irq/openpic_i8259_irq.c: silenced compiler warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/ChangeLog.diff?r1=text&tr1=1.264&r2=text&tr2=1.265&diff_format=h">M</a></td><td width='1%'>1.265</td><td width='100%'>c/src/lib/libbsp/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.264 rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.265
--- rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.264      Thu Jul 21 19:39:49 2011
+++ rtems/c/src/lib/libbsp/powerpc/ChangeLog    Tue Jul 26 23:21:25 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-07-26  Till Straumann <strauman@slac.stanford.edu>
+
+       * shared/irq/openpic_i8259_irq.c: silenced compiler warnings.
+<span style="background-color: #FF0000">       </span>
</font> 2011-07-21  Till Straumann <strauman@slac.stanford.edu>
 
        * shared/motorola/motorola.c: removed

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c:1.12 rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c:1.13
--- rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c:1.12  Fri Jul 15 20:15:06 2011
+++ rtems/c/src/lib/libbsp/powerpc/shared/irq/openpic_i8259_irq.c       Tue Jul 26 23:21:25 2011
</font><font color='#997700'>@@ -265,7 +265,11 @@
</font> #error "Configuration Error -- BSP with ISA + PCI IRQs MUST define BSP_PCI_ISA_BRIDGE_IRQ"
 #endif
 #else
<font color='#880000'>-   rtems_panic("MUST have an OpenPIC if BSP has PCI IRQs but no ISA IRQs");
</font><font color='#000088'>+      BSP_panic("MUST have an OpenPIC if BSP has PCI IRQs but no ISA IRQs");
+       /* BSP_panic() never returns but the 'return' statement silences
+        * a compiler warning about 'irq' possibly being used w/o initialization.
+        */
+       return -1;
</font> #endif
   }
 #endif
</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>