Merge branch 'omap-fixes' into fixes
[deliverable/linux.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>
57d7909e
DG
8#elif defined(CONFIG_44x)
9/* 44x-style software loaded TLB */
10# include <asm/mmu-44x.h>
047ea784 11#else
57d7909e
DG
12/* Other 32-bit. FIXME: split up the other 32-bit MMU types, and
13 * revise for arch/powerpc */
8d2169e8 14# include <asm-ppc/mmu.h>
1f8d419e 15#endif
1f8d419e 16
88ced031 17#endif /* __KERNEL__ */
047ea784 18#endif /* _ASM_POWERPC_MMU_H_ */
This page took 0.249298 seconds and 5 git commands to generate.