kernel/arch/powerpc/kernel/asm-offsets.c
.. .. @@ -156,6 +156,7 @@ 156 156 OFFSET(TI_FLAGS, thread_info, flags); 157 157 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags); 158 158 OFFSET(TI_PREEMPT, thread_info, preempt_count); 159 + OFFSET(TI_PREEMPT_LAZY, thread_info, preempt_lazy_count);159 160 OFFSET(TI_TASK, thread_info, task); 160 161 OFFSET(TI_CPU, thread_info, cpu); 161 162