aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_types.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2009-02-08 19:02:47 -0800
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2009-02-11 14:54:09 -0800
commit1484096ceb4d5f2b27c0fe53f125ee0903eac9af (patch)
tree173fb9264a7db4b887ea7b4eee4cd0522ef2d87e /arch/x86/include/asm/pgtable_types.h
parentx86: Split pgtable_64.h into pgtable_64_types.h and pgtable_64.h (diff)
downloadlinux-dev-1484096ceb4d5f2b27c0fe53f125ee0903eac9af.tar.xz
linux-dev-1484096ceb4d5f2b27c0fe53f125ee0903eac9af.zip
x86: Include pgtable_32|64_types.h in pgtable_types.h
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
Diffstat (limited to 'arch/x86/include/asm/pgtable_types.h')
-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);
#endif /* !__ASSEMBLY__ */
+#ifdef CONFIG_X86_32
+# include "pgtable_32_types.h"
+#else
+# include "pgtable_64_types.h"
+#endif
+
#endif /* _ASM_X86_PGTABLE_DEFS_H */