aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/mmu.h')
-rw-r--r--include/asm-arm26/mmu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-arm26/mmu.h b/include/asm-arm26/mmu.h
new file mode 100644
index 000000000000..9b8d3d781a1e
--- /dev/null
+++ b/include/asm-arm26/mmu.h
@@ -0,0 +1,9 @@
+#ifndef __ARM_MMU_H
+#define __ARM_MMU_H
+
+/*
+ * The ARM doesn't have a mmu context
+ */
+typedef struct { } mm_context_t;
+
+#endif