Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 into for-linus
[deliverable/linux.git] / include / asm-powerpc / pgalloc.h
CommitLineData
047ea784
PM
1#ifndef _ASM_POWERPC_PGALLOC_H
2#define _ASM_POWERPC_PGALLOC_H
88ced031 3#ifdef __KERNEL__
047ea784 4
f88df14b
DG
5#ifdef CONFIG_PPC64
6#include <asm/pgalloc-64.h>
047ea784 7#else
f88df14b 8#include <asm/pgalloc-32.h>
3c726f8d 9#endif
1da177e4 10
88ced031 11#endif /* __KERNEL__ */
047ea784 12#endif /* _ASM_POWERPC_PGALLOC_H */
This page took 0.382094 seconds and 5 git commands to generate.