change log for rtems (2010-11-30)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Nov 30 18:10:13 UTC 2010


 *joel*:
2010-11-30	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* mpc55xx/edma/edma.c: Use rtems_chain_first() and do not directly
	access the structure.

M  1.360  c/src/lib/libcpu/powerpc/ChangeLog
M   1.10  c/src/lib/libcpu/powerpc/mpc55xx/edma/edma.c

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
@@ -1,3 +1,8 @@
+2010-11-30	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* mpc55xx/edma/edma.c: Use rtems_chain_first() and do not directly
+	access the structure.
+
 2010-11-12	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* mpc55xx/include/irq.h: Include missing <bspopts.h>.  Format.

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
@@ -69,7 +69,7 @@
 static void mpc55xx_edma_interrupt_error_handler( void *arg)
 {
 	rtems_chain_control *chain = &mpc55xx_edma_channel_chain;
-	rtems_chain_node *node = chain->first;
+	rtems_chain_node *node = rtems_chain_first( chain );
 	unsigned i = 0;
 	uint64_t error_status = EDMA.ESR.R;
 	uint64_t error_channels = ((uint64_t) EDMA.ERH.R << 32) | EDMA.ERL.R;



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20101130/85918c89/attachment.html>


More information about the vc mailing list