]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/arm64/kernel/asm-offsets.c
Merge branch '4.0.8-rt6'
[zynq/linux.git] / arch / arm64 / kernel / asm-offsets.c
index f7fa65d4c3525e47de17d8349e4ae415e4de18ad..7c9d1e245fffc4a02b2b53e6bab06625f51fe8c4 100644 (file)
@@ -36,6 +36,7 @@ int main(void)
   BLANK();
   DEFINE(TI_FLAGS,             offsetof(struct thread_info, flags));
   DEFINE(TI_PREEMPT,           offsetof(struct thread_info, preempt_count));
+  DEFINE(TI_PREEMPT_LAZY,      offsetof(struct thread_info, preempt_lazy_count));
   DEFINE(TI_ADDR_LIMIT,                offsetof(struct thread_info, addr_limit));
   DEFINE(TI_TASK,              offsetof(struct thread_info, task));
   DEFINE(TI_EXEC_DOMAIN,       offsetof(struct thread_info, exec_domain));