x86: Include pgtable_32|64_types.h in pgtable_types.h

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
This commit is contained in:
Jeremy Fitzhardinge 2009-02-08 19:02:47 -08:00 committed by Jeremy Fitzhardinge
parent fb3551491b
commit 1484096ceb

View File

@ -217,4 +217,10 @@ extern pte_t *lookup_address(unsigned long address, unsigned int *level);
#endif /* !__ASSEMBLY__ */
#ifdef CONFIG_X86_32
# include "pgtable_32_types.h"
#else
# include "pgtable_64_types.h"
#endif
#endif /* _ASM_X86_PGTABLE_DEFS_H */