1
0
Fork 0
alistair23-linux/arch/microblaze/include/asm/mmu_context.h

6 lines
98 B
C

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