patch-2.4.20 linux-2.4.20/arch/mips/sgi-ip22/ip22-berr.c
Next file: linux-2.4.20/arch/mips/sgi-ip22/ip22-eisa.c
Previous file: linux-2.4.20/arch/mips/sgi-ip22/Makefile
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Thu Nov 28 15:53:10 2002
-  Orig file: 
linux-2.4.19/arch/mips/sgi-ip22/ip22-berr.c
-  Orig date: 
Fri Aug  2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/sgi-ip22/ip22-berr.c linux-2.4.20/arch/mips/sgi-ip22/ip22-berr.c
@@ -24,7 +24,7 @@
 
 static void save_and_clear_buserr(void)
 {
-	/* save memory controler's error status registers */ 
+	/* save memory controler's error status registers */
 	cpu_err_addr = mcmisc_regs->cerr;
 	cpu_err_stat = mcmisc_regs->cstat;
 	gio_err_addr = mcmisc_regs->gerr;
@@ -34,8 +34,8 @@
 }
 
 /*
- * MC sends an interrupt whenever bus or parity errors occur. In addition, 
- * if the error happened during a CPU read, it also asserts the bus error 
+ * MC sends an interrupt whenever bus or parity errors occur. In addition,
+ * if the error happened during a CPU read, it also asserts the bus error
  * pin on the R4K. Code in bus error handler save the MC bus error registers
  * and then clear the interrupt when this happens.
  */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)