diff options
Diffstat (limited to 'arch/blackfin/include/asm/thread_info.h')
| -rw-r--r-- | arch/blackfin/include/asm/thread_info.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/blackfin/include/asm/thread_info.h b/arch/blackfin/include/asm/thread_info.h index 02560fd8a12..55f473bdad3 100644 --- a/arch/blackfin/include/asm/thread_info.h +++ b/arch/blackfin/include/asm/thread_info.h @@ -88,19 +88,14 @@ static inline struct thread_info *current_thread_info(void)  #define TI_CPU		12  #define TI_PREEMPT	16 -#define	PREEMPT_ACTIVE	0x4000000 -  /*   * thread information flag bit numbers   */  #define TIF_SYSCALL_TRACE	0	/* syscall trace active */  #define TIF_SIGPENDING		1	/* signal pending */  #define TIF_NEED_RESCHED	2	/* rescheduling necessary */ -#define TIF_POLLING_NRFLAG	3	/* true if poll_idle() is polling -					   TIF_NEED_RESCHED */  #define TIF_MEMDIE		4	/* is terminating due to OOM killer */  #define TIF_RESTORE_SIGMASK	5	/* restore signal mask in do_signal() */ -#define TIF_FREEZE		6	/* is freezing for suspend */  #define TIF_IRQ_SYNC		7	/* sync pipeline stage */  #define TIF_NOTIFY_RESUME	8	/* callback before returning to user */  #define TIF_SINGLESTEP		9 @@ -109,9 +104,6 @@ static inline struct thread_info *current_thread_info(void)  #define _TIF_SYSCALL_TRACE	(1<<TIF_SYSCALL_TRACE)  #define _TIF_SIGPENDING		(1<<TIF_SIGPENDING)  #define _TIF_NEED_RESCHED	(1<<TIF_NEED_RESCHED) -#define _TIF_POLLING_NRFLAG	(1<<TIF_POLLING_NRFLAG) -#define _TIF_RESTORE_SIGMASK	(1<<TIF_RESTORE_SIGMASK) -#define _TIF_FREEZE		(1<<TIF_FREEZE)  #define _TIF_IRQ_SYNC		(1<<TIF_IRQ_SYNC)  #define _TIF_NOTIFY_RESUME	(1<<TIF_NOTIFY_RESUME)  #define _TIF_SINGLESTEP		(1<<TIF_SINGLESTEP)  | 
