summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-11-01 09:14:11 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:38:55 (GMT)
commited4a4af310972dbee8cea7a0fe621531a5d62b91 (patch)
treea4d4c064ecf4f0840f83ba3e7b3d246445616c82 /arch/powerpc/kernel/asm-offsets.c
parent4ba890e0f478d4a0df34fc706de54b555d8340fb (diff)
downloadlinux-fsl-qoriq-ed4a4af310972dbee8cea7a0fe621531a5d62b91.tar.xz
powerpc-preempt-lazy-support.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r--arch/powerpc/kernel/asm-offsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c
index 502c7a4..55210c0 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -165,6 +165,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));