aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2009-02-08 22:02:47 -0500
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2009-02-11 17:54:09 -0500
commit1484096ceb4d5f2b27c0fe53f125ee0903eac9af (patch)
tree173fb9264a7db4b887ea7b4eee4cd0522ef2d87e
parentfb3551491b20442c0de0d4debd54f40c654bbe98 (diff)
x86: Include pgtable_32|64_types.h in pgtable_types.h
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
-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 */