Merge branch 'linus' into locking/urgent, to pick up fixes
[linux-2.6-block.git] / arch / powerpc / include / asm / pgalloc.h
CommitLineData
047ea784
PM
1#ifndef _ASM_POWERPC_PGALLOC_H
2#define _ASM_POWERPC_PGALLOC_H
3
0186f47e
KG
4#include <linux/mm.h>
5
75a9b8a6
AK
6#ifdef CONFIG_PPC_BOOK3S
7#include <asm/book3s/pgalloc.h>
047ea784 8#else
75a9b8a6 9#include <asm/nohash/pgalloc.h>
3c726f8d 10#endif
1da177e4 11
047ea784 12#endif /* _ASM_POWERPC_PGALLOC_H */