diff options
Diffstat (limited to 'include/asm-x86/thread_info.h')
-rw-r--r-- | include/asm-x86/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/thread_info.h b/include/asm-x86/thread_info.h index b2702a1eeac1..0a8f27d31d0d 100644 --- a/include/asm-x86/thread_info.h +++ b/include/asm-x86/thread_info.h | |||
@@ -118,7 +118,7 @@ struct thread_info { | |||
118 | /* work to do in syscall_trace_enter() */ | 118 | /* work to do in syscall_trace_enter() */ |
119 | #define _TIF_WORK_SYSCALL_ENTRY \ | 119 | #define _TIF_WORK_SYSCALL_ENTRY \ |
120 | (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_EMU | \ | 120 | (_TIF_SYSCALL_TRACE | _TIF_SYSCALL_EMU | \ |
121 | _TIF_SYSCALL_AUDIT | _TIF_SECCOMP) | 121 | _TIF_SYSCALL_AUDIT | _TIF_SECCOMP | _TIF_SINGLESTEP) |
122 | 122 | ||
123 | /* work to do in syscall_trace_leave() */ | 123 | /* work to do in syscall_trace_leave() */ |
124 | #define _TIF_WORK_SYSCALL_EXIT \ | 124 | #define _TIF_WORK_SYSCALL_EXIT \ |