summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/mmu.h')
-rw-r--r--arch/parisc/include/asm/mmu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/mmu.h b/arch/parisc/include/asm/mmu.h
index 3fb70a601d5c..44fd062b62ed 100644
--- a/arch/parisc/include/asm/mmu.h
+++ b/arch/parisc/include/asm/mmu.h
@@ -2,7 +2,9 @@
#ifndef _PARISC_MMU_H_
#define _PARISC_MMU_H_
-/* On parisc, we store the space id here */
-typedef unsigned long mm_context_t;
+typedef struct {
+ unsigned long space_id;
+ unsigned long vdso_base;
+} mm_context_t;
#endif /* _PARISC_MMU_H_ */