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 #define FIRST_USER_ADDRESS	0UL
11 #endif
12