* Patch by Yuli Barcohen, 23 Jun 2003:
  Update for MPC8260ADS board

* Patch by Murray Jensen, 23 Jun 2003:
  - cleanup of GCC 3.x compiler warnings
diff --git a/cpu/mpc5xx/cpu.c b/cpu/mpc5xx/cpu.c
index 6018436..5b3bd26 100644
--- a/cpu/mpc5xx/cpu.c
+++ b/cpu/mpc5xx/cpu.c
@@ -131,10 +131,10 @@
 	ulong addr;
 	
 	/* Interrupts off, enable reset */
-        __asm__ volatile	("  mtspr	81, %r0		\n\t
-				    mfmsr	%r3		\n\t
-				    rlwinm	%r31,%r3,0,25,23\n\t
-				    mtmsr	%r31		\n\t");
+        __asm__ volatile	("  mtspr	81, %r0		\n\t"
+				 "  mfmsr	%r3		\n\t"
+				 "  rlwinm	%r31,%r3,0,25,23\n\t"
+				 "  mtmsr	%r31		\n\t");
         /*
          * Trying to execute the next instruction at a non-existing address
          * should cause a machine check, resulting in reset