patch-2.4.22 linux-2.4.22/arch/ppc/amiga/config.c

Next file: linux-2.4.22/arch/ppc/amiga/ints.c
Previous file: linux-2.4.22/arch/ppc/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/amiga/config.c linux-2.4.22/arch/ppc/amiga/config.c
@@ -343,7 +343,7 @@
 
   case AMI_DRACO:
     panic("No support for Draco yet");
- 
+
   default:
     panic("Unknown Amiga Model");
   }
@@ -644,7 +644,7 @@
 		volatile struct tod2000 *tod = TOD_2000;
 
 		tod->cntrl1 = TOD2000_CNTRL1_HOLD;
-	    
+
 		while (tod->cntrl1 & TOD2000_CNTRL1_BUSY)
 			;
 
@@ -709,13 +709,13 @@
 		tod->second2 = real_seconds % 10;
 		tod->minute1 = real_minutes / 10;
 		tod->minute2 = real_minutes % 10;
-		
+
 		tod->cntrl1 = TOD3000_CNTRL1_FREE;
 	} else /* if (AMIGAHW_PRESENT(A2000_CLK)) */ {
 		volatile struct tod2000 *tod = TOD_2000;
 
 		tod->cntrl1 = TOD2000_CNTRL1_HOLD;
-	    
+
 		while (tod->cntrl1 & TOD2000_CNTRL1_BUSY)
 			;
 
@@ -974,7 +974,7 @@
 		mach_get_model(model);
 	else
 		strcpy(model, "Unknown PowerPC");
-	
+
 	len += sprintf(buffer+len, "Model:\t\t%s\n", model);
 	len += get_cpuinfo(buffer+len);
 	for (mem = 0, i = 0; i < m68k_realnum_memory; i++)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)