xref: /linux/arch/powerpc/include/asm/pgalloc.h (revision 95b384f91a3f9d5814587e8e8b617020b4544e41)
1 #ifndef _ASM_POWERPC_PGALLOC_H
2 #define _ASM_POWERPC_PGALLOC_H
3 
4 #include <linux/mm.h>
5 
6 #ifdef CONFIG_PPC_BOOK3S
7 #include <asm/book3s/pgalloc.h>
8 #else
9 #include <asm/nohash/pgalloc.h>
10 #endif
11 
12 #endif /* _ASM_POWERPC_PGALLOC_H */
13