diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-s390/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/thread_info.h b/include/asm-s390/thread_info.h index 0a518915bf90..99bbed99a3b2 100644 --- a/include/asm-s390/thread_info.h +++ b/include/asm-s390/thread_info.h | |||
@@ -89,7 +89,6 @@ static inline struct thread_info *current_thread_info(void) | |||
89 | * thread information flags bit numbers | 89 | * thread information flags bit numbers |
90 | */ | 90 | */ |
91 | #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ | 91 | #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ |
92 | #define TIF_RESTORE_SIGMASK 1 /* restore signal mask in do_signal() */ | ||
93 | #define TIF_SIGPENDING 2 /* signal pending */ | 92 | #define TIF_SIGPENDING 2 /* signal pending */ |
94 | #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ | 93 | #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ |
95 | #define TIF_RESTART_SVC 4 /* restart svc with new svc number */ | 94 | #define TIF_RESTART_SVC 4 /* restart svc with new svc number */ |
@@ -101,6 +100,7 @@ static inline struct thread_info *current_thread_info(void) | |||
101 | TIF_NEED_RESCHED */ | 100 | TIF_NEED_RESCHED */ |
102 | #define TIF_31BIT 18 /* 32bit process */ | 101 | #define TIF_31BIT 18 /* 32bit process */ |
103 | #define TIF_MEMDIE 19 | 102 | #define TIF_MEMDIE 19 |
103 | #define TIF_RESTORE_SIGMASK 20 /* restore signal mask in do_signal() */ | ||
104 | 104 | ||
105 | #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE) | 105 | #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE) |
106 | #define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK) | 106 | #define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK) |