hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
kernel/arch/powerpc/kernel/asm-offsets.c
....@@ -156,6 +156,7 @@
156156 OFFSET(TI_FLAGS, thread_info, flags);
157157 OFFSET(TI_LOCAL_FLAGS, thread_info, local_flags);
158158 OFFSET(TI_PREEMPT, thread_info, preempt_count);
159
+ OFFSET(TI_PREEMPT_LAZY, thread_info, preempt_lazy_count);
159160 OFFSET(TI_TASK, thread_info, task);
160161 OFFSET(TI_CPU, thread_info, cpu);
161162