]> Pileus Git - ~andy/linux/blobdiff - arch/openrisc/include/asm/thread_info.h
arch: Consolidate tsk_is_polling()
[~andy/linux] / arch / openrisc / include / asm / thread_info.h
index 07f3212422adf916f2dfa590f492eb7a4dc517ad..d797acc901e4c2a6a81dd4998a8721c7a085b3bf 100644 (file)
@@ -128,8 +128,6 @@ register struct thread_info *current_thread_info_reg asm("r10");
 /* For OpenRISC, this is anything in the LSW other than syscall trace */
 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP))
 
-#define tsk_is_polling(t) test_tsk_thread_flag(t, TIF_POLLING_NRFLAG)
-
 #endif /* __KERNEL__ */
 
 #endif /* _ASM_THREAD_INFO_H */