Skip to content

Commit cea9d27

Browse files
Jinjie Ruanpalmer-dabbelt
authored andcommitted
riscv: Remove unused _TIF_WORK_MASK
Since commit f0bddf5 ("riscv: entry: Convert to generic entry"), _TIF_WORK_MASK is no longer used, so remove it. Fixes: f0bddf5 ("riscv: entry: Convert to generic entry") Signed-off-by: Jinjie Ruan <[email protected]> Reviewed-by: Guo Ren <[email protected]> Reviewed-by: Andy Chiu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 9b2863e commit cea9d27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/riscv/include/asm/thread_info.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,4 @@ int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
112112
#define _TIF_UPROBE (1 << TIF_UPROBE)
113113
#define _TIF_RISCV_V_DEFER_RESTORE (1 << TIF_RISCV_V_DEFER_RESTORE)
114114

115-
#define _TIF_WORK_MASK \
116-
(_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | _TIF_NEED_RESCHED | \
117-
_TIF_NOTIFY_SIGNAL | _TIF_UPROBE)
118-
119115
#endif /* _ASM_RISCV_THREAD_INFO_H */

0 commit comments

Comments
 (0)