diff options
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.h | 13 |
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 |