Files
android_kernel_xiaomi_sm8450/arch/microblaze/include/asm/mmu_context.h
2009-05-26 16:45:15 +02:00

6 lines
89 B
C

#ifdef CONFIG_MMU
# include "mmu_context_mm.h"
#else
# include "mmu_context_no.h"
#endif