Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136791
b: refs/heads/master
c: aca159d
h: refs/heads/master
i:
  136789: 9eec1f3
  136787: 54d0db2
  136783: 61901a9
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Feb 6, 2009
1 parent 01d1c98 commit 06bd821
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fff47e3ac5e17f7e164ac4ff9ea29aba3c54d73
refs/heads/master: aca159dbb13a5221819d5b3849b8c013f4829e9e
16 changes: 10 additions & 6 deletions trunk/arch/x86/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,16 @@ static inline void __init paravirt_pagetable_setup_done(pgd_t *base)
}
#endif /* CONFIG_PARAVIRT */

#endif /* __ASSEMBLY__ */

#ifdef CONFIG_X86_32
# include "pgtable_32.h"
#else
# include "pgtable_64.h"
#endif

#ifndef __ASSEMBLY__

static inline int pte_none(pte_t pte)
{
return !pte.pte;
Expand Down Expand Up @@ -483,12 +493,6 @@ static inline unsigned long pgd_page_vaddr(pgd_t pgd)

#endif /* __ASSEMBLY__ */

#ifdef CONFIG_X86_32
# include "pgtable_32.h"
#else
# include "pgtable_64.h"
#endif

/*
* the pgd page can be thought of an array like this: pgd_t[PTRS_PER_PGD]
*
Expand Down

0 comments on commit 06bd821

Please sign in to comment.