forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 0d8657dd3056063fb115946b10157477b5c70451
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));