RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-powerpc / pgtable.h
blob78bf4ae712a67ef4e6b00f8fca0859354ad1c102
1 #ifndef _ASM_POWERPC_PGTABLE_H
2 #define _ASM_POWERPC_PGTABLE_H
3 #ifdef __KERNEL__
5 #if defined(CONFIG_PPC64)
6 # include <asm/pgtable-ppc64.h>
7 #else
8 # include <asm/pgtable-ppc32.h>
9 #endif
11 #ifndef __ASSEMBLY__
12 #include <asm-generic/pgtable.h>
13 #endif /* __ASSEMBLY__ */
15 #endif /* __KERNEL__ */
16 #endif /* _ASM_POWERPC_PGTABLE_H */