hc
2023-11-06 170c1c0fa90ad9f762d1877f8a57efce706fc95a
kernel/arch/arm/kernel/asm-offsets.c
....@@ -58,6 +58,7 @@
5858 BLANK();
5959 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
6060 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
61
+ DEFINE(TI_PREEMPT_LAZY, offsetof(struct thread_info, preempt_lazy_count));
6162 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
6263 DEFINE(TI_TASK, offsetof(struct thread_info, task));
6364 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));