Aneesh Kumar K.V | 3dfcb315 | 2015-12-01 09:06:28 +0530 | [diff] [blame^] | 1 | #ifndef _ASM_POWERPC_BOOK3S_PGTABLE_H |
2 | #define _ASM_POWERPC_BOOK3S_PGTABLE_H | ||||
3 | |||||
4 | #ifdef CONFIG_PPC64 | ||||
5 | #include <asm/book3s/64/pgtable.h> | ||||
6 | #else | ||||
7 | #include <asm/book3s/32/pgtable.h> | ||||
8 | #endif | ||||
9 | |||||
10 | #endif |