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
- Lines: 27
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-sh/ptrace.h
- Orig date:
2003-11-28 10:26:21.000000000 -0800
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)