kernel/arch/arm64/kernel/asm-offsets.c
.. .. @@ -42,6 +42,7 @@ 42 42 BLANK(); 43 43 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); 44 44 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));45 46 DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit)); 46 47 #ifdef CONFIG_ARM64_SW_TTBR0_PAN 47 48 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));