kernel/arch/arm/kernel/asm-offsets.c
.. .. @@ -58,6 +58,7 @@ 58 58 BLANK(); 59 59 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); 60 60 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); 61 + DEFINE(TI_PREEMPT_LAZY, offsetof(struct thread_info, preempt_lazy_count));61 62 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); 62 63 DEFINE(TI_TASK, offsetof(struct thread_info, task)); 63 64 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));