diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-08-19 21:07:56 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-08-19 21:07:56 -0400 |
commit | 4f0dbc2781b9dc457159b676289f874ab2dc3560 (patch) | |
tree | 2b8af0f301eaf0bc47d643b99d48a84611b4bed3 /arch/powerpc/kernel/asm-offsets.c | |
parent | 3c15a68880023722fc794018768df556f438ae98 (diff) | |
parent | 20002ded4d937ca87aca6253b874920a96a763c4 (diff) |
Merge commit 'paulus-perf/master' into next
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r-- | arch/powerpc/kernel/asm-offsets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c index b9e010d0fc91..f0df285f0f87 100644 --- a/arch/powerpc/kernel/asm-offsets.c +++ b/arch/powerpc/kernel/asm-offsets.c | |||
@@ -69,6 +69,8 @@ int main(void) | |||
69 | DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id)); | 69 | DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id)); |
70 | #ifdef CONFIG_PPC64 | 70 | #ifdef CONFIG_PPC64 |
71 | DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context)); | 71 | DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context)); |
72 | DEFINE(SIGSEGV, SIGSEGV); | ||
73 | DEFINE(NMI_MASK, NMI_MASK); | ||
72 | #else | 74 | #else |
73 | DEFINE(THREAD_INFO, offsetof(struct task_struct, stack)); | 75 | DEFINE(THREAD_INFO, offsetof(struct task_struct, stack)); |
74 | #endif /* CONFIG_PPC64 */ | 76 | #endif /* CONFIG_PPC64 */ |