]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/thread_info.h
Merge remote-tracking branch 'signal/for-next'
[karo-tx-linux.git] / arch / powerpc / include / asm / thread_info.h
index 8ceea14d6fe44a20d0d807e28a4ca63477f18863..406b7b9a13412f3736c369f500a5022e4955a928 100644 (file)
@@ -182,6 +182,8 @@ 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__ */