]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/ptrace.h
[PATCH] atomic: cmpxchg
[linux-2.6-omap-h63xx.git] / include / asm-s390 / ptrace.h
index fc7c96edc697c5922f0377811b3531cc0d161cdb..a949cc077cc72fcfc5b371e4acd54c7bde23621b 100644 (file)
@@ -468,6 +468,8 @@ struct user_regs_struct
 };
 
 #ifdef __KERNEL__
+#define __ARCH_SYS_PTRACE      1
+
 #define user_mode(regs) (((regs)->psw.mask & PSW_MASK_PSTATE) != 0)
 #define instruction_pointer(regs) ((regs)->psw.addr & PSW_ADDR_INSN)
 #define profile_pc(regs) instruction_pointer(regs)