patch-2.4.22 linux-2.4.22/arch/ppc/xmon/start.c

Next file: linux-2.4.22/arch/ppc/xmon/start_8xx.c
Previous file: linux-2.4.22/arch/ppc/xmon/ppc-opc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc/xmon/start.c linux-2.4.22/arch/ppc/xmon/start.c
@@ -98,7 +98,7 @@
 	xmon(regs);
 }
 
-static struct sysrq_key_op sysrq_xmon_op = 
+static struct sysrq_key_op sysrq_xmon_op =
 {
 	handler:	sysrq_handle_xmon,
 	help_msg:	"Xmon",
@@ -112,7 +112,7 @@
 	volatile unsigned char *base;
 
 	use_screen = 0;
-	
+
 	if (_machine == _MACH_Pmac) {
 		struct device_node *np;
 		unsigned long addr;
@@ -176,7 +176,7 @@
 #endif
 		TXRDY = 4;
 		RXRDY = 1;
-		
+
 		np = find_devices("mac-io");
 		if (np && np->n_addrs)
 			addr = np->addrs[0].address + 0x13020;

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