aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmu-fsl-booke.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/mmu-fsl-booke.h')
-rw-r--r--arch/powerpc/include/asm/mmu-fsl-booke.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/mmu-fsl-booke.h b/arch/powerpc/include/asm/mmu-fsl-booke.h
index 5588a41f439c..3f941c0f7e8e 100644
--- a/arch/powerpc/include/asm/mmu-fsl-booke.h
+++ b/arch/powerpc/include/asm/mmu-fsl-booke.h
@@ -76,8 +76,9 @@
76#ifndef __ASSEMBLY__ 76#ifndef __ASSEMBLY__
77 77
78typedef struct { 78typedef struct {
79 unsigned long id; 79 unsigned int id;
80 unsigned long vdso_base; 80 unsigned int active;
81 unsigned long vdso_base;
81} mm_context_t; 82} mm_context_t;
82#endif /* !__ASSEMBLY__ */ 83#endif /* !__ASSEMBLY__ */
83 84