patch-2.4.0-test12 linux/arch/mips64/sgi-ip27/ip27-nmi.c

Next file: linux/arch/mips64/sgi-ip27/ip27-pci-dma.c
Previous file: linux/arch/mips64/sgi-ip27/ip27-memory.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/arch/mips64/sgi-ip27/ip27-nmi.c linux/arch/mips64/sgi-ip27/ip27-nmi.c
@@ -57,10 +57,10 @@
 {
 	int 		i, numberof_nmi_cpu_regs;
 	machreg_t	*prom_format;
-	
+
 	/* Get the total number of registers being saved by the prom */
 	numberof_nmi_cpu_regs = sizeof(struct reg_struct) / sizeof(machreg_t);
-	
+
 	/* Get the pointer to the current cpu's register set. */
 	prom_format = 
 	    (machreg_t *)(TO_UNCAC(TO_NODE(nasid, IP27_NMI_KREGS_OFFSET)) +
@@ -166,4 +166,3 @@
 	nmi_eframes_save();
 	LOCAL_HUB_S(NI_PORT_RESET, NPR_PORTRESET | NPR_LOCALRESET);
 }
-

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