patch-2.3.99-pre6 linux/include/asm-sh/sigcontext.h
Next file: linux/include/asm-sh/smplock.h
Previous file: linux/include/asm-sh/ptrace.h
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Mon Apr 24 13:54:17 2000
-  Orig file: 
v2.3.99-pre5/linux/include/asm-sh/sigcontext.h
-  Orig date: 
Tue Apr 11 15:09:24 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/include/asm-sh/sigcontext.h linux/include/asm-sh/sigcontext.h
@@ -6,12 +6,12 @@
 
 	/* CPU registers */
 	unsigned long sc_regs[16];
+	unsigned long sc_pc;
+	unsigned long sc_pr;
+	unsigned long sc_sr;
 	unsigned long sc_gbr;
 	unsigned long sc_mach;
 	unsigned long sc_macl;
-	unsigned long sc_pr;
-	unsigned long sc_sr;
-	unsigned long sc_pc;
 
 #if defined(__SH4__)
 	/* FPU registers */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)