Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70950
b: refs/heads/master
c: aa506dc
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Thomas Gleixner committed Oct 17, 2007
1 parent f28c44d commit d01da34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d72b1b4f41b5159d2d0e54e54c794d500197572e
refs/heads/master: aa506dc7b12d03fbf8fd11aab752aed1aadd9c07
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ static void set_pte_pfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags)
}
pte = pte_offset_kernel(pmd, vaddr);
if (pgprot_val(flags))
/* <pfn,flags> stored as-is, to permit clearing entries */
set_pte(pte, pfn_pte(pfn, flags));
set_pte_present(&init_mm, vaddr, pte, pfn_pte(pfn, flags));
else
pte_clear(&init_mm, vaddr, pte);

Expand Down

0 comments on commit d01da34

Please sign in to comment.