blob: b4505ed0f0f26843c6432a25cec991f16ecd0130 [file] [log] [blame]
Paul Mackerras047ea782005-11-19 20:17:32 +11001#ifndef _ASM_POWERPC_PGALLOC_H
2#define _ASM_POWERPC_PGALLOC_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#ifdef CONFIG_PPC64
6#include <asm/pgalloc-64.h>
Paul Mackerras047ea782005-11-19 20:17:32 +11007#else
David Gibsonf88df142007-04-30 16:30:56 +10008#include <asm/pgalloc-32.h>
Benjamin Herrenschmidt3c726f82005-11-07 11:06:55 +11009#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
Arnd Bergmann88ced032005-12-16 22:43:46 +010011#endif /* __KERNEL__ */
Paul Mackerras047ea782005-11-19 20:17:32 +110012#endif /* _ASM_POWERPC_PGALLOC_H */