patch-2.4.25 linux-2.4.25/include/asm-sh/ptrace.h

Next file: linux-2.4.25/include/asm-sparc/openprom.h
Previous file: linux-2.4.25/include/asm-s390x/signal.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-sh/ptrace.h linux-2.4.25/include/asm-sh/ptrace.h
@@ -21,7 +21,7 @@
  *
  * We follows above, except:
  *	16 --- program counter (PC)
- *	22 --- syscall # (now just a placeholder)
+ *	22 --- expevt # (Exception Event Number)
  *	23 --- floating point communication register
  */
 #define REG_REG0	 0
@@ -35,7 +35,7 @@
 #define REG_MACH	20
 #define REG_MACL	21
 
-#define REG_SYSCALL	22
+#define REG_EXPEVT	22
 
 #define REG_FPREG0	23
 #define REG_FPREG15	38
@@ -62,7 +62,7 @@
 	unsigned long gbr;
 	unsigned long mach;
 	unsigned long macl;
-	unsigned long dummy;
+	unsigned long expevt;
 };
 
 /*

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