hc
2023-12-04 8a67202f814bbd808484ed00f93ede0531f51506
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));