android_kernel_samsung_on5x.../arch/microblaze/include/asm/mmu_context.h
2018-06-19 23:16:04 +02:00

5 lines
102 B
C

#ifdef CONFIG_MMU
# include <asm/mmu_context_mm.h>
#else
# include <asm-generic/mmu_context.h>
#endif