hc
2024-11-01 830ce1f69238136c0197858242f16cf44e0d6cb9
kernel/arch/arm64/kernel/asm-offsets.c
....@@ -29,6 +29,7 @@
2929 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
3030 BLANK();
3131 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
32
+ DEFINE(TSK_TI_LOCAL_FLAGS, offsetof(struct task_struct, thread_info.local_flags));
3233 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
3334 DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit));
3435 #ifdef CONFIG_ARM64_SW_TTBR0_PAN