aboutsummaryrefslogtreecommitdiffstats
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 @@
1#ifndef __ASM_MMU_H
2#define __ASM_MMU_H
3
4typedef unsigned long mm_context_t[NR_CPUS];
5
6#endif /* __ASM_MMU_H */