Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136800
b: refs/heads/master
c: bd44d64
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Feb 6, 2009
1 parent 87405f0 commit cc56e9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 01ade20d5a22e6ef002cbb751dddc3a01a78f998
refs/heads/master: bd44d64db1db6acf2dea9ba130b8cb0a54e1dabd
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/pgtable_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ static inline int pud_large(pud_t pte)
}

/* PMD - Level 2 access */
#define pfn_pmd(nr, prot) (__pmd(((nr) << PAGE_SHIFT) | pgprot_val((prot))))
#define pmd_pfn(x) ((pmd_val((x)) & __PHYSICAL_MASK) >> PAGE_SHIFT)

#define pte_to_pgoff(pte) ((pte_val((pte)) & PHYSICAL_PAGE_MASK) >> PAGE_SHIFT)
Expand Down

0 comments on commit cc56e9e

Please sign in to comment.