Files
Debian-9-Kernel/arch/microblaze/include/asm/mmu_context.h
T
2023-05-02 09:58:35 +02:00

6 lines
102 B
C

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