Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136846
b: refs/heads/master
c: 1484096
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Jeremy Fitzhardinge committed Feb 11, 2009
1 parent 15e5f10 commit 0451a0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb3551491b20442c0de0d4debd54f40c654bbe98
refs/heads/master: 1484096ceb4d5f2b27c0fe53f125ee0903eac9af
6 changes: 6 additions & 0 deletions trunk/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 0451a0a

Please sign in to comment.