x86/ptrace: Stop setting TS_COMPAT in ptrace code
[deliverable/linux.git] / arch / x86 / include / asm / thread_info.h
index 89bff044a6f543032a5b77b5ae99f9a9455084dd..f856c590c30928718682f005aaa8872c44b13bb2 100644 (file)
@@ -219,6 +219,9 @@ static inline unsigned long current_stack_pointer(void)
  * have to worry about atomic accesses.
  */
 #define TS_COMPAT              0x0002  /* 32bit syscall active (64BIT)*/
+#ifdef CONFIG_COMPAT
+#define TS_I386_REGS_POKED     0x0004  /* regs poked by 32-bit ptracer */
+#endif
 #define TS_RESTORE_SIGMASK     0x0008  /* restore signal mask in do_signal() */
 
 #ifndef __ASSEMBLY__
This page took 0.024614 seconds and 5 git commands to generate.