blob: 06b3e6d336cbad8a72732bb34836dc3edda8152b [file] [log] [blame]
Paul Mackerras047ea782005-11-19 20:17:32 +11001#ifndef _ASM_POWERPC_MMU_H_
2#define _ASM_POWERPC_MMU_H_
Arnd Bergmann88ced032005-12-16 22:43:46 +01003#ifdef __KERNEL__
Paul Mackerras047ea782005-11-19 20:17:32 +11004
David Gibson8d2169e2007-04-27 11:53:52 +10005#ifdef CONFIG_PPC64
6/* 64-bit classic hash table MMU */
7# include <asm/mmu-hash64.h>
Paul Mackerras047ea782005-11-19 20:17:32 +11008#else
David Gibson8d2169e2007-04-27 11:53:52 +10009/* 32-bit. FIXME: split up the 32-bit MMU types, and revise for
10 * arch/powerpc */
11# include <asm-ppc/mmu.h>
David Gibson1f8d4192005-05-05 16:15:13 -070012#endif
David Gibson1f8d4192005-05-05 16:15:13 -070013
Arnd Bergmann88ced032005-12-16 22:43:46 +010014#endif /* __KERNEL__ */
Paul Mackerras047ea782005-11-19 20:17:32 +110015#endif /* _ASM_POWERPC_MMU_H_ */