Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73673
b: refs/heads/master
c: 8cd8fa5
h: refs/heads/master
i:
  73671: 07ec997
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Nov 15, 2007
1 parent 6d13123 commit e79da13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: d4d5d205b653fe68c898d42e7a27a7363a4fb3ba
refs/heads/master: 8cd8fa557f439f23baef2158b271667d0c579482
2 changes: 1 addition & 1 deletion trunk/include/asm-um/pgtable-3level.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)

static inline void pud_clear (pud_t *pud)
{
set_pud(pud, __pud(0));
set_pud(pud, __pud(_PAGE_NEWPAGE));
}

#define pud_page(pud) phys_to_page(pud_val(pud) & PAGE_MASK)
Expand Down

0 comments on commit e79da13

Please sign in to comment.