Skip to content

Commit

Permalink
x86: Include pgtable_32|64_types.h in pgtable_types.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
  • Loading branch information
Jeremy Fitzhardinge authored and Jeremy Fitzhardinge committed Feb 11, 2009
1 parent fb35514 commit 1484096
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/x86/include/asm/pgtable_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 1484096

Please sign in to comment.