Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
[linux-2.6-block.git] / arch / c6x / include / asm / thread_info.h
index f70382844b965bcfb04f893dc45226f9b7d1b27d..dd8913d57189dc6eb15855221a44d5cca364a8db 100644 (file)
@@ -82,6 +82,7 @@ struct thread_info *current_thread_info(void)
 #define TIF_SIGPENDING         2       /* signal pending */
 #define TIF_NEED_RESCHED       3       /* rescheduling necessary */
 #define TIF_RESTORE_SIGMASK    4       /* restore signal mask in do_signal() */
+#define TIF_NOTIFY_SIGNAL      5       /* signal notifications exist */
 
 #define TIF_MEMDIE             17      /* OOM killer killed process */