diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h index 34f0873d6525..370b4df68e88 100644 --- a/arch/s390/include/asm/thread_info.h +++ b/arch/s390/include/asm/thread_info.h | |||
@@ -96,7 +96,7 @@ static inline struct thread_info *current_thread_info(void) | |||
96 | #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling | 96 | #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling |
97 | TIF_NEED_RESCHED */ | 97 | TIF_NEED_RESCHED */ |
98 | #define TIF_31BIT 17 /* 32bit process */ | 98 | #define TIF_31BIT 17 /* 32bit process */ |
99 | #define TIF_MEMDIE 18 | 99 | #define TIF_MEMDIE 18 /* is terminating due to OOM killer */ |
100 | #define TIF_RESTORE_SIGMASK 19 /* restore signal mask in do_signal() */ | 100 | #define TIF_RESTORE_SIGMASK 19 /* restore signal mask in do_signal() */ |
101 | #define TIF_FREEZE 20 /* thread is freezing for suspend */ | 101 | #define TIF_FREEZE 20 /* thread is freezing for suspend */ |
102 | 102 | ||