android_kernel_cmhtcleo/arch/microblaze/include/asm/mmu_context.h
2010-08-27 11:19:57 +02:00

6 lines
98 B
C

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