patch-2.4.21 linux-2.4.21/include/asm-sparc/ptrace.h
Next file: linux-2.4.21/include/asm-sparc/sbus.h
Previous file: linux-2.4.21/include/asm-sparc/processor.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-sparc/ptrace.h
- Orig date:
1997-03-17 14:54:31.000000000 -0800
diff -urN linux-2.4.20/include/asm-sparc/ptrace.h linux-2.4.21/include/asm-sparc/ptrace.h
@@ -58,7 +58,6 @@
#define TRACEREG_SZ sizeof(struct pt_regs)
#define STACKFRAME_SZ sizeof(struct sparc_stackf)
-#define REGWIN_SZ sizeof(struct reg_window)
#ifdef __KERNEL__
#define user_mode(regs) (!((regs)->psr & PSR_PS))
@@ -70,7 +69,6 @@
/* For assembly code. */
#define TRACEREG_SZ 0x50
#define STACKFRAME_SZ 0x60
-#define REGWIN_SZ 0x40
#endif
#include <asm/asm_offsets.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)