aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/mmu_context.h
blob: 24eab1674d3eeb53621c9f6afc7807a7f89d2c16 (plain)
1
2
3
4
5
#ifdef CONFIG_MMU
# include "mmu_context_mm.h"
#else
# include <asm-generic/mmu_context.h>
#endif