diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/microblaze/include/asm/mmu_context.h')
-rw-r--r-- | ANDROID_3.4.5/arch/microblaze/include/asm/mmu_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/microblaze/include/asm/mmu_context.h b/ANDROID_3.4.5/arch/microblaze/include/asm/mmu_context.h new file mode 100644 index 00000000..24eab167 --- /dev/null +++ b/ANDROID_3.4.5/arch/microblaze/include/asm/mmu_context.h @@ -0,0 +1,5 @@ +#ifdef CONFIG_MMU +# include "mmu_context_mm.h" +#else +# include <asm-generic/mmu_context.h> +#endif |