forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/kernel/asm-offsets.c
....@@ -43,7 +43,6 @@
4343 BLANK();
4444 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
4545 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
46
- DEFINE(TI_PREEMPT_LAZY, offsetof(struct thread_info, preempt_lazy_count));
4746 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
4847 DEFINE(TI_TASK, offsetof(struct thread_info, task));
4948 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));