diff options
Diffstat (limited to 'arch/sh/include/asm/thread_info.h')
-rw-r--r-- | arch/sh/include/asm/thread_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/include/asm/thread_info.h b/arch/sh/include/asm/thread_info.h index bc13b57cdc83..7d5ac4e48485 100644 --- a/arch/sh/include/asm/thread_info.h +++ b/arch/sh/include/asm/thread_info.h | |||
@@ -206,6 +206,9 @@ static inline bool test_and_clear_restore_sigmask(void) | |||
206 | ti->status &= ~TS_RESTORE_SIGMASK; | 206 | ti->status &= ~TS_RESTORE_SIGMASK; |
207 | return true; | 207 | return true; |
208 | } | 208 | } |
209 | |||
210 | #define tsk_is_polling(t) test_tsk_thread_flag(t, TIF_POLLING_NRFLAG) | ||
211 | |||
209 | #endif /* !__ASSEMBLY__ */ | 212 | #endif /* !__ASSEMBLY__ */ |
210 | 213 | ||
211 | #endif /* __KERNEL__ */ | 214 | #endif /* __KERNEL__ */ |