]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/powerpc/kernel/asm-offsets.c
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / arch / powerpc / kernel / asm-offsets.c
index caec7bf3b99aebc22f5ed14b468e376b571cd9b6..65cab4d41aa348d2604def488d5a268b708f8bfe 100644 (file)
@@ -156,6 +156,7 @@ int main(void)
        DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
        DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags));
        DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
+       DEFINE(TI_PREEMPT_LAZY, offsetof(struct thread_info, preempt_lazy_count));
        DEFINE(TI_TASK, offsetof(struct thread_info, task));
        DEFINE(TI_CPU, offsetof(struct thread_info, cpu));