aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mmu.h')
-rw-r--r--arch/mips/include/asm/mmu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mmu.h b/arch/mips/include/asm/mmu.h
new file mode 100644
index 000000000000..4063edd79623
--- /dev/null
+++ b/arch/mips/include/asm/mmu.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_MMU_H
+#define __ASM_MMU_H
+
+typedef unsigned long mm_context_t[NR_CPUS];
+
+#endif /* __ASM_MMU_H */