diff options
Diffstat (limited to 'arch/parisc/include/asm/thread_info.h')
| -rw-r--r-- | arch/parisc/include/asm/thread_info.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/thread_info.h b/arch/parisc/include/asm/thread_info.h index d1fb79a36f3..540c88fa8f8 100644 --- a/arch/parisc/include/asm/thread_info.h +++ b/arch/parisc/include/asm/thread_info.h @@ -40,7 +40,7 @@ struct thread_info {  /* thread information allocation */ -#define THREAD_SIZE_ORDER            2 +#define THREAD_SIZE_ORDER	2 /* PA-RISC requires at least 16k stack */  /* Be sure to hunt all references to this down when you change the size of   * the kernel stack */  #define THREAD_SIZE             (PAGE_SIZE << THREAD_SIZE_ORDER) @@ -77,8 +77,6 @@ struct thread_info {  #define _TIF_SYSCALL_TRACE_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP |	\  				 _TIF_BLOCKSTEP) -#define tsk_is_polling(t) test_tsk_thread_flag(t, TIF_POLLING_NRFLAG) -  #endif /* __KERNEL__ */  #endif /* _ASM_PARISC_THREAD_INFO_H */  |