kernel/arch/arm/kernel/asm-offsets.c
.. .. @@ -43,7 +43,6 @@ 43 43 BLANK(); 44 44 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); 45 45 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); 46 - DEFINE(TI_PREEMPT_LAZY, offsetof(struct thread_info, preempt_lazy_count));47 46 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); 48 47 DEFINE(TI_TASK, offsetof(struct thread_info, task)); 49 48 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));