M7350/kernel/arch/microblaze/include/asm/mmu_context.h
2024-09-09 08:57:42 +00:00

6 lines
102 B
C

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