hc
2023-11-06 89281ea41721b3027e14d66c19f2dbb4d11847d3
kernel/arch/arm64/kernel/asm-offsets.c
....@@ -42,6 +42,7 @@
4242 BLANK();
4343 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
4444 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
45
+ DEFINE(TSK_TI_PREEMPT_LAZY, offsetof(struct task_struct, thread_info.preempt_lazy_count));
4546 DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit));
4647 #ifdef CONFIG_ARM64_SW_TTBR0_PAN
4748 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));