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

        * mpc55xx/edma/edma.c: Use rtems_chain_first() and do not directly
        access the structure.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/ChangeLog.diff?r1=text&tr1=1.359&r2=text&tr2=1.360&diff_format=h">M</a></td><td width='1%'>1.360</td><td width='100%'>c/src/lib/libcpu/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.359 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.360
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.359      Fri Nov 12 06:43:26 2010
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog    Tue Nov 30 11:13:28 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-11-30    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * mpc55xx/edma/edma.c: Use rtems_chain_first() and do not directly
+       access the structure.
+
</font> 2010-11-12        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * mpc55xx/include/irq.h: Include missing <bspopts.h>.  Format.

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c:1.9 rtems/c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c:1.10
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c:1.9      Mon May 24 10:19:40 2010
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c  Tue Nov 30 11:13:28 2010
</font><font color='#997700'>@@ -69,7 +69,7 @@
</font> static void mpc55xx_edma_interrupt_error_handler( void *arg)
 {
        rtems_chain_control *chain = &mpc55xx_edma_channel_chain;
<font color='#880000'>-   rtems_chain_node *node = chain->first;
</font><font color='#000088'>+      rtems_chain_node *node = rtems_chain_first( chain );
</font>   unsigned i = 0;
        uint64_t error_status = EDMA.ESR.R;
        uint64_t error_channels = ((uint64_t) EDMA.ERH.R << 32) | EDMA.ERL.R;
</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>