diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/thread_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/thread_info.h b/include/asm-x86/thread_info.h index 895339d2bc0b..fb8d3cdf143e 100644 --- a/include/asm-x86/thread_info.h +++ b/include/asm-x86/thread_info.h | |||
@@ -124,7 +124,7 @@ struct thread_info { | |||
124 | /* work to do on interrupt/exception return */ | 124 | /* work to do on interrupt/exception return */ |
125 | #define _TIF_WORK_MASK \ | 125 | #define _TIF_WORK_MASK \ |
126 | (0x0000FFFF & \ | 126 | (0x0000FFFF & \ |
127 | ~(_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SINGLESTEP| \ | 127 | ~(_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT| \ |
128 | _TIF_SECCOMP|_TIF_SYSCALL_EMU)) | 128 | _TIF_SECCOMP|_TIF_SYSCALL_EMU)) |
129 | 129 | ||
130 | /* work to do on any return to user space */ | 130 | /* work to do on any return to user space */ |
@@ -132,7 +132,7 @@ struct thread_info { | |||
132 | 132 | ||
133 | /* Only used for 64 bit */ | 133 | /* Only used for 64 bit */ |
134 | #define _TIF_DO_NOTIFY_MASK \ | 134 | #define _TIF_DO_NOTIFY_MASK \ |
135 | (_TIF_SIGPENDING|_TIF_SINGLESTEP|_TIF_MCE_NOTIFY|_TIF_HRTICK_RESCHED) | 135 | (_TIF_SIGPENDING|_TIF_MCE_NOTIFY|_TIF_HRTICK_RESCHED) |
136 | 136 | ||
137 | /* flags to check in __switch_to() */ | 137 | /* flags to check in __switch_to() */ |
138 | #define _TIF_WORK_CTXSW \ | 138 | #define _TIF_WORK_CTXSW \ |