Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
[sfrench/cifs-2.6.git] / arch / s390 / include / asm / thread_info.h
index ce788f3e534d0409b862520dbd3212b5d9d4f117..3c5b1f909b6d7a039b0f686c28b70a4ba059b352 100644 (file)
@@ -65,6 +65,7 @@ void arch_setup_new_exec(void);
 #define TIF_GUARDED_STORAGE    4       /* load guarded storage control block */
 #define TIF_PATCH_PENDING      5       /* pending live patching update */
 #define TIF_PGSTE              6       /* New mm's will use 4K page tables */
+#define TIF_NOTIFY_SIGNAL      7       /* signal notifications exist */
 #define TIF_ISOLATE_BP         8       /* Run process with isolated BP */
 #define TIF_ISOLATE_BP_GUEST   9       /* Run KVM guests with isolated BP */
 
@@ -82,6 +83,7 @@ void arch_setup_new_exec(void);
 #define TIF_SYSCALL_TRACEPOINT 27      /* syscall tracepoint instrumentation */
 
 #define _TIF_NOTIFY_RESUME     BIT(TIF_NOTIFY_RESUME)
+#define _TIF_NOTIFY_SIGNAL     BIT(TIF_NOTIFY_SIGNAL)
 #define _TIF_SIGPENDING                BIT(TIF_SIGPENDING)
 #define _TIF_NEED_RESCHED      BIT(TIF_NEED_RESCHED)
 #define _TIF_UPROBE            BIT(TIF_UPROBE)