patch-2.4.25 linux-2.4.25/include/asm-mips/ptrace.h
Next file: linux-2.4.25/include/asm-mips/r4kcache.h
Previous file: linux-2.4.25/include/asm-mips/processor.h
Back to the patch index
Back to the overall index
-  Lines: 21
 -  Date:
2004-02-18 05:36:32.000000000 -0800
 -  Orig file: 
linux-2.4.24/include/asm-mips/ptrace.h
 -  Orig date: 
2002-08-02 17:39:45.000000000 -0700
 
diff -urN linux-2.4.24/include/asm-mips/ptrace.h linux-2.4.25/include/asm-mips/ptrace.h
@@ -35,17 +35,13 @@
 	/* Saved main processor registers. */
 	unsigned long regs[32];
 
-	/* Other saved registers. */
+	/* Saved special registers. */
+	unsigned long cp0_status;
 	unsigned long lo;
 	unsigned long hi;
-
-	/*
-	 * saved cp0 registers
-	 */
-	unsigned long cp0_epc;
 	unsigned long cp0_badvaddr;
-	unsigned long cp0_status;
 	unsigned long cp0_cause;
+	unsigned long cp0_epc;
 };
 
 #define __str2(x) #x
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)