summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/m68k/include/asm/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/m68k/include/asm/mmu.h')
-rw-r--r--ANDROID_3.4.5/arch/m68k/include/asm/mmu.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ANDROID_3.4.5/arch/m68k/include/asm/mmu.h b/ANDROID_3.4.5/arch/m68k/include/asm/mmu.h
deleted file mode 100644
index 8a11a63e..00000000
--- a/ANDROID_3.4.5/arch/m68k/include/asm/mmu.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __MMU_H
-#define __MMU_H
-
-#ifdef CONFIG_MMU
-/* Default "unsigned long" context */
-typedef unsigned long mm_context_t;
-#else
-typedef struct {
- unsigned long end_brk;
-} mm_context_t;
-#endif
-
-#endif