From 82e2a4f33757f44685b91f04cfeaa43893ea3756 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 29 May 2006 08:42:34 +1000 Subject: [PATCH] --- yaml --- r: 27003 b: refs/heads/master c: b82e8005af14b51600714971e0c6420c4e334a50 h: refs/heads/master i: 27001: 30cb38c3d2dfbf72dc25015e4f07f15038e88f82 26999: 18e6b19fc4602d1ca8aace26ef591ae06dd2ebc1 v: v3 --- [refs] | 2 +- trunk/arch/ppc/kernel/asm-offsets.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b1681d23e993..697773dd8179 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 371858568e02698fe2de8ba4bf771e3f40db69e5 +refs/heads/master: b82e8005af14b51600714971e0c6420c4e334a50 diff --git a/trunk/arch/ppc/kernel/asm-offsets.c b/trunk/arch/ppc/kernel/asm-offsets.c index cc7c4aea9397..2f5c5e157617 100644 --- a/trunk/arch/ppc/kernel/asm-offsets.c +++ b/trunk/arch/ppc/kernel/asm-offsets.c @@ -134,7 +134,7 @@ main(void) DEFINE(TI_TASK, offsetof(struct thread_info, task)); DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain)); DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); - DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, flags)); + DEFINE(TI_LOCAL_FLAGS, offsetof(struct thread_info, local_flags)); DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));