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

6 lines
98 B
C

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