forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/arch/arm64/kernel/asm-offsets.c
....@@ -42,6 +42,7 @@
4242 BLANK();
4343 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
4444 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
45
+ DEFINE(TSK_TI_PREEMPT_LAZY, offsetof(struct task_struct, thread_info.preempt_lazy_count));
4546 DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit));
4647 #ifdef CONFIG_ARM64_SW_TTBR0_PAN
4748 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));