]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/arm/kernel/asm-offsets.c
Merge branch '4.0.8-rt6'
[zynq/linux.git] / arch / arm / kernel / asm-offsets.c
index 2d2d6087b9b105d5dadcd66f9821deefe50d1e66..32caa773fe0e2fb40495223f519df3ed077a291a 100644 (file)
@@ -64,6 +64,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));