arch: Consolidate tsk_is_polling()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / include / asm / thread_info.h
index 406b7b9..8ceea14 100644 (file)
@@ -182,8 +182,6 @@ static inline bool test_thread_local_flags(unsigned int flags)
 #define is_32bit_task()        (1)
 #endif
 
-#define tsk_is_polling(t) test_tsk_thread_flag(t, TIF_POLLING_NRFLAG)
-
 #endif /* !__ASSEMBLY__ */
 
 #endif /* __KERNEL__ */