mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
riscv: Remove unused TASK_TI_FLAGS
Since commitf0bddf5058("riscv: entry: Convert to generic entry"), TASK_TI_FLAGS is not used any more, so remove it. Fixes:f0bddf5058("riscv: entry: Convert to generic entry") Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> Reviewed-by: Charlie Jenkins <charlie@rivosinc.com> Link: https://lore.kernel.org/r/20241109014605.2801492-1-ruanjinjie@huawei.com Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
This commit is contained in:
parent
36dec9e448
commit
a4a58f510b
|
|
@ -36,7 +36,6 @@ void asm_offsets(void)
|
|||
OFFSET(TASK_THREAD_S11, task_struct, thread.s[11]);
|
||||
|
||||
OFFSET(TASK_TI_CPU, task_struct, thread_info.cpu);
|
||||
OFFSET(TASK_TI_FLAGS, task_struct, thread_info.flags);
|
||||
OFFSET(TASK_TI_PREEMPT_COUNT, task_struct, thread_info.preempt_count);
|
||||
OFFSET(TASK_TI_KERNEL_SP, task_struct, thread_info.kernel_sp);
|
||||
OFFSET(TASK_TI_USER_SP, task_struct, thread_info.user_sp);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user