blob: 78bf4ae712a67ef4e6b00f8fca0859354ad1c102 [file] [log] [blame]
Paul Mackerras047ea782005-11-19 20:17:32 +11001#ifndef _ASM_POWERPC_PGTABLE_H
2#define _ASM_POWERPC_PGTABLE_H
Arnd Bergmann88ced032005-12-16 22:43:46 +01003#ifdef __KERNEL__
Paul Mackerras047ea782005-11-19 20:17:32 +11004
David Gibsonf88df142007-04-30 16:30:56 +10005#if defined(CONFIG_PPC64)
6# include <asm/pgtable-ppc64.h>
Paul Mackerras047ea782005-11-19 20:17:32 +11007#else
David Gibsonf88df142007-04-30 16:30:56 +10008# include <asm/pgtable-ppc32.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#endif
10
11#ifndef __ASSEMBLY__
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <asm-generic/pgtable.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif /* __ASSEMBLY__ */
14
Arnd Bergmann88ced032005-12-16 22:43:46 +010015#endif /* __KERNEL__ */
Paul Mackerras047ea782005-11-19 20:17:32 +110016#endif /* _ASM_POWERPC_PGTABLE_H */