M7350/kernel/arch/microblaze/include/asm/mmu_context.h

6 lines
102 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifdef CONFIG_MMU
2024-09-09 08:57:42 +00:00
# include <asm/mmu_context_mm.h>
2024-09-09 08:52:07 +00:00
#else
# include <asm-generic/mmu_context.h>
#endif