patch-2.4.23 linux-2.4.23/include/asm-x86_64/ptrace.h

Next file: linux-2.4.23/include/asm-x86_64/smp.h
Previous file: linux-2.4.23/include/asm-x86_64/proto.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-x86_64/ptrace.h linux-2.4.23/include/asm-x86_64/ptrace.h
@@ -6,7 +6,7 @@
 #define R14 8
 #define R13 16
 #define R12 24
-#define RBP 36
+#define RBP 32
 #define RBX 40
 /* arguments: interrupts/non tracing syscalls only save upto here*/
 #define R11 48
@@ -37,10 +37,6 @@
 /* options set using PTRACE_SETOPTIONS */
 #define PTRACE_O_TRACESYSGOOD     0x00000001
 
-/* Dummy values for ptrace */ 
-#define FS 1000 
-#define GS 1008
-
 #ifndef __ASSEMBLY__ 
 
 struct pt_regs {

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