forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
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));