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

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)