]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/asm-powerpc/pgtable.h
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[karo-tx-linux.git] / include / asm-powerpc / pgtable.h
1 #ifndef _ASM_POWERPC_PGTABLE_H
2 #define _ASM_POWERPC_PGTABLE_H
3 #ifdef __KERNEL__
4
5 #if defined(CONFIG_PPC64)
6 #  include <asm/pgtable-ppc64.h>
7 #else
8 #  include <asm/pgtable-ppc32.h>
9 #endif
10
11 #ifndef __ASSEMBLY__
12 #include <asm-generic/pgtable.h>
13 #endif /* __ASSEMBLY__ */
14
15 #endif /* __KERNEL__ */
16 #endif /* _ASM_POWERPC_PGTABLE_H */