diff options
Diffstat (limited to 'arch/s390/include/asm/thread_info.h')
| -rw-r--r-- | arch/s390/include/asm/thread_info.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/thread_info.h b/arch/s390/include/asm/thread_info.h index a23183423b1..a73038155e0 100644 --- a/arch/s390/include/asm/thread_info.h +++ b/arch/s390/include/asm/thread_info.h @@ -102,7 +102,6 @@ static inline struct thread_info *current_thread_info(void)  #define TIF_MEMDIE		18	/* is terminating due to OOM killer */  #define TIF_RESTORE_SIGMASK	19	/* restore signal mask in do_signal() */  #define TIF_SINGLE_STEP		20	/* This task is single stepped */ -#define TIF_FREEZE		21	/* thread is freezing for suspend */  #define _TIF_SYSCALL		(1<<TIF_SYSCALL)  #define _TIF_NOTIFY_RESUME	(1<<TIF_NOTIFY_RESUME) @@ -119,7 +118,6 @@ static inline struct thread_info *current_thread_info(void)  #define _TIF_POLLING_NRFLAG	(1<<TIF_POLLING_NRFLAG)  #define _TIF_31BIT		(1<<TIF_31BIT)  #define _TIF_SINGLE_STEP	(1<<TIF_SINGLE_STEP) -#define _TIF_FREEZE		(1<<TIF_FREEZE)  #ifdef CONFIG_64BIT  #define is_32bit_task()		(test_thread_flag(TIF_31BIT))  |