aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/include/asm/mmu.h')
-rw-r--r--arch/avr32/include/asm/mmu.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/mmu.h b/arch/avr32/include/asm/mmu.h
new file mode 100644
index 00000000000..60c2d2650d3
--- /dev/null
+++ b/arch/avr32/include/asm/mmu.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_AVR32_MMU_H
+#define __ASM_AVR32_MMU_H
+
+/* Default "unsigned long" context */
+typedef unsigned long mm_context_t;
+
+#define MMU_ITLB_ENTRIES 64
+#define MMU_DTLB_ENTRIES 64
+
+#endif /* __ASM_AVR32_MMU_H */