powerpc/mm: Split mmu_context handling
[deliverable/linux.git] / arch / powerpc / kernel / asm-offsets.c
index 050abfd5c17cf31d4ec7008ca0e84f41a1713cfc..c05ab1d3e620862ae33dc9da92d804869d7f89bf 100644 (file)
@@ -60,6 +60,7 @@ int main(void)
 {
        DEFINE(THREAD, offsetof(struct task_struct, thread));
        DEFINE(MM, offsetof(struct task_struct, mm));
+       DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id));
 #ifdef CONFIG_PPC64
        DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context));
 #else
This page took 0.024671 seconds and 5 git commands to generate.