Skip to content

Commit a4a58f5

Browse files
Jinjie RuanAlexandre Ghiti
authored andcommitted
riscv: Remove unused TASK_TI_FLAGS
Since commit f0bddf5 ("riscv: entry: Convert to generic entry"), TASK_TI_FLAGS is not used any more, so remove it. Fixes: f0bddf5 ("riscv: entry: Convert to generic entry") Signed-off-by: Jinjie Ruan <[email protected]> Reviewed-by: Charlie Jenkins <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Ghiti <[email protected]>
1 parent 36dec9e commit a4a58f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/kernel/asm-offsets.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ void asm_offsets(void)
3636
OFFSET(TASK_THREAD_S11, task_struct, thread.s[11]);
3737

3838
OFFSET(TASK_TI_CPU, task_struct, thread_info.cpu);
39-
OFFSET(TASK_TI_FLAGS, task_struct, thread_info.flags);
4039
OFFSET(TASK_TI_PREEMPT_COUNT, task_struct, thread_info.preempt_count);
4140
OFFSET(TASK_TI_KERNEL_SP, task_struct, thread_info.kernel_sp);
4241
OFFSET(TASK_TI_USER_SP, task_struct, thread_info.user_sp);

0 commit comments

Comments
 (0)