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