diff options
Diffstat (limited to 'arch/parisc/include/asm/thread_info.h')
| -rw-r--r-- | arch/parisc/include/asm/thread_info.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/thread_info.h b/arch/parisc/include/asm/thread_info.h index aa8de727e90..6d9c7c7973d 100644 --- a/arch/parisc/include/asm/thread_info.h +++ b/arch/parisc/include/asm/thread_info.h @@ -58,7 +58,6 @@ struct thread_info {  #define TIF_32BIT               4       /* 32 bit binary */  #define TIF_MEMDIE		5	/* is terminating due to OOM killer */  #define TIF_RESTORE_SIGMASK	6	/* restore saved signal mask */ -#define TIF_FREEZE		7	/* is freezing for suspend */  #define TIF_NOTIFY_RESUME	8	/* callback before returning to user */  #define TIF_SINGLESTEP		9	/* single stepping? */  #define TIF_BLOCKSTEP		10	/* branch stepping? */ @@ -69,7 +68,6 @@ struct thread_info {  #define _TIF_POLLING_NRFLAG	(1 << TIF_POLLING_NRFLAG)  #define _TIF_32BIT		(1 << TIF_32BIT)  #define _TIF_RESTORE_SIGMASK	(1 << TIF_RESTORE_SIGMASK) -#define _TIF_FREEZE		(1 << TIF_FREEZE)  #define _TIF_NOTIFY_RESUME	(1 << TIF_NOTIFY_RESUME)  #define _TIF_SINGLESTEP		(1 << TIF_SINGLESTEP)  #define _TIF_BLOCKSTEP		(1 << TIF_BLOCKSTEP)  |