aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm/mmu_context.h')
-rw-r--r--arch/microblaze/include/asm/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/mmu_context.h b/arch/microblaze/include/asm/mmu_context.h
index 24eab1674d3..0ccd8c402cd 100644
--- a/arch/microblaze/include/asm/mmu_context.h
+++ b/arch/microblaze/include/asm/mmu_context.h
@@ -1,5 +1,5 @@
1#ifdef CONFIG_MMU 1#ifdef CONFIG_MMU
2# include "mmu_context_mm.h" 2# include <asm/mmu_context_mm.h>
3#else 3#else
4# include <asm-generic/mmu_context.h> 4# include <asm-generic/mmu_context.h>
5#endif 5#endif