2005-11-19 20:17:32 +11:00
|
|
|
#ifndef _ASM_POWERPC_PGALLOC_H
|
|
|
|
|
#define _ASM_POWERPC_PGALLOC_H
|
|
|
|
|
|
2008-11-19 12:50:04 +00:00
|
|
|
#include <linux/mm.h>
|
|
|
|
|
|
2016-04-29 23:26:14 +10:00
|
|
|
#ifdef CONFIG_PPC_BOOK3S
|
|
|
|
|
#include <asm/book3s/pgalloc.h>
|
2005-11-19 20:17:32 +11:00
|
|
|
#else
|
2016-04-29 23:26:14 +10:00
|
|
|
#include <asm/nohash/pgalloc.h>
|
2005-11-07 11:06:55 +11:00
|
|
|
#endif
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2005-11-19 20:17:32 +11:00
|
|
|
#endif /* _ASM_POWERPC_PGALLOC_H */
|