]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-powerpc/mmu.h
[POWERPC] Split out asm-ppc/mmu.h portions for Freescale Book-E
[mirror_ubuntu-bionic-kernel.git] / include / asm-powerpc / mmu.h
CommitLineData
047ea784
PM
1#ifndef _ASM_POWERPC_MMU_H_
2#define _ASM_POWERPC_MMU_H_
88ced031 3#ifdef __KERNEL__
047ea784 4
8d2169e8
DG
5#ifdef CONFIG_PPC64
6/* 64-bit classic hash table MMU */
7# include <asm/mmu-hash64.h>
4db68bfe
DG
8#elif defined(CONFIG_PPC_STD_MMU)
9/* 32-bit classic hash table MMU */
10# include <asm/mmu-hash32.h>
57d7909e
DG
11#elif defined(CONFIG_44x)
12/* 44x-style software loaded TLB */
13# include <asm/mmu-44x.h>
67f74c9d
DG
14#elif defined(CONFIG_FSL_BOOKE)
15/* Freescale Book-E software loaded TLB */
16# include <asm/mmu-fsl-booke.h>
047ea784 17#else
57d7909e
DG
18/* Other 32-bit. FIXME: split up the other 32-bit MMU types, and
19 * revise for arch/powerpc */
8d2169e8 20# include <asm-ppc/mmu.h>
1f8d419e 21#endif
1f8d419e 22
88ced031 23#endif /* __KERNEL__ */
047ea784 24#endif /* _ASM_POWERPC_MMU_H_ */