android_kernel_oneplus_msm8998/arch/microblaze/include/asm/mmu_context.h

6 lines
102 B
C
Raw Normal View History

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