]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86: Include pgtable_32|64_types.h in pgtable_types.h
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 9 Feb 2009 03:02:47 +0000 (19:02 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 11 Feb 2009 22:54:09 +0000 (14:54 -0800)
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
arch/x86/include/asm/pgtable_types.h

index f80f5a66bb85ab02403c61e365327192c038c0cd..e5d5a8d3577c313aed1511a77a416d38c5dc3229 100644 (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 */