diff options
Diffstat (limited to 'arch/powerpc/include/asm/pgalloc.h')
-rw-r--r-- | arch/powerpc/include/asm/pgalloc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/pgalloc.h b/arch/powerpc/include/asm/pgalloc.h new file mode 100644 index 000000000000..b4505ed0f0f2 --- /dev/null +++ b/arch/powerpc/include/asm/pgalloc.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef _ASM_POWERPC_PGALLOC_H | ||
2 | #define _ASM_POWERPC_PGALLOC_H | ||
3 | #ifdef __KERNEL__ | ||
4 | |||
5 | #ifdef CONFIG_PPC64 | ||
6 | #include <asm/pgalloc-64.h> | ||
7 | #else | ||
8 | #include <asm/pgalloc-32.h> | ||
9 | #endif | ||
10 | |||
11 | #endif /* __KERNEL__ */ | ||
12 | #endif /* _ASM_POWERPC_PGALLOC_H */ | ||