forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/kernel/asm-offsets.c
....@@ -30,7 +30,6 @@
3030 BLANK();
3131 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
3232 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
33
- DEFINE(TSK_TI_PREEMPT_LAZY, offsetof(struct task_struct, thread_info.preempt_lazy_count));
3433 DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit));
3534 #ifdef CONFIG_ARM64_SW_TTBR0_PAN
3635 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));