aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/pgtable_types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h
index f80f5a66bb85..e5d5a8d3577c 100644
--- a/arch/x86/include/asm/pgtable_types.h
+++ b/arch/x86/include/asm/pgtable_types.h
@@ -217,4 +217,10 @@ extern pte_t *lookup_address(unsigned long address, unsigned int *level);
217 217
218#endif /* !__ASSEMBLY__ */ 218#endif /* !__ASSEMBLY__ */
219 219
220#ifdef CONFIG_X86_32
221# include "pgtable_32_types.h"
222#else
223# include "pgtable_64_types.h"
224#endif
225
220#endif /* _ASM_X86_PGTABLE_DEFS_H */ 226#endif /* _ASM_X86_PGTABLE_DEFS_H */