arch: Consolidate tsk_is_polling()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / sparc / include / asm / thread_info_64.h
index 269bd92..d5e5042 100644 (file)
@@ -256,8 +256,6 @@ static inline bool test_and_clear_restore_sigmask(void)
        return true;
 }
 
-#define tsk_is_polling(t) test_tsk_thread_flag(t, TIF_POLLING_NRFLAG)
-
 #define thread32_stack_is_64bit(__SP) (((__SP) & 0x1) != 0)
 #define test_thread_64bit_stack(__SP) \
        ((test_thread_flag(TIF_32BIT) && !thread32_stack_is_64bit(__SP)) ? \