[POWERPC] Remove arch/powerpc's dependence on asm-ppc/pg{alloc,table}.h
[deliverable/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 */
This page took 0.031352 seconds and 5 git commands to generate.