hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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));