aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/mmu.h')
-rw-r--r--include/asm-i386/mmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/mmu.h b/include/asm-i386/mmu.h
index f431a0b86d4c..8358dd3df7aa 100644
--- a/include/asm-i386/mmu.h
+++ b/include/asm-i386/mmu.h
@@ -12,6 +12,7 @@ typedef struct {
12 int size; 12 int size;
13 struct semaphore sem; 13 struct semaphore sem;
14 void *ldt; 14 void *ldt;
15 void *vdso;
15} mm_context_t; 16} mm_context_t;
16 17
17#endif 18#endif