Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux
[cascardo/linux.git] / arch / xtensa / include / asm / thread_info.h
index 9ad12c6..7be2400 100644 (file)
@@ -111,6 +111,7 @@ static inline struct thread_info *current_thread_info(void)
 #define TIF_MEMDIE             5       /* is terminating due to OOM killer */
 #define TIF_RESTORE_SIGMASK    6       /* restore signal mask in do_signal() */
 #define TIF_NOTIFY_RESUME      7       /* callback before returning to user */
+#define TIF_DB_DISABLED                8       /* debug trap disabled for syscall */
 
 #define _TIF_SYSCALL_TRACE     (1<<TIF_SYSCALL_TRACE)
 #define _TIF_SIGPENDING                (1<<TIF_SIGPENDING)