hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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));