We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36dec9e commit a4a58f5Copy full SHA for a4a58f5
arch/riscv/kernel/asm-offsets.c
@@ -36,7 +36,6 @@ void asm_offsets(void)
36
OFFSET(TASK_THREAD_S11, task_struct, thread.s[11]);
37
38
OFFSET(TASK_TI_CPU, task_struct, thread_info.cpu);
39
- OFFSET(TASK_TI_FLAGS, task_struct, thread_info.flags);
40
OFFSET(TASK_TI_PREEMPT_COUNT, task_struct, thread_info.preempt_count);
41
OFFSET(TASK_TI_KERNEL_SP, task_struct, thread_info.kernel_sp);
42
OFFSET(TASK_TI_USER_SP, task_struct, thread_info.user_sp);
0 commit comments