aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/mmu.h')
-rw-r--r--include/asm-powerpc/mmu.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-powerpc/mmu.h b/include/asm-powerpc/mmu.h
index 9b7140391c38..d44d211e7588 100644
--- a/include/asm-powerpc/mmu.h
+++ b/include/asm-powerpc/mmu.h
@@ -14,10 +14,9 @@
14#elif defined(CONFIG_FSL_BOOKE) 14#elif defined(CONFIG_FSL_BOOKE)
15/* Freescale Book-E software loaded TLB */ 15/* Freescale Book-E software loaded TLB */
16# include <asm/mmu-fsl-booke.h> 16# include <asm/mmu-fsl-booke.h>
17#else 17#elif defined (CONFIG_PPC_8xx)
18/* Other 32-bit. FIXME: split up the other 32-bit MMU types, and 18/* Motorola/Freescale 8xx software loaded TLB */
19 * revise for arch/powerpc */ 19# include <asm/mmu-8xx.h>
20# include <asm-ppc/mmu.h>
21#endif 20#endif
22 21
23#endif /* __KERNEL__ */ 22#endif /* __KERNEL__ */