Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9244
b: refs/heads/master
c: 69e1e68
h: refs/heads/master
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Sep 23, 2005
1 parent 28305ac commit 15d6bbc
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: a8bfb94c58238666df0d6856861d18f0f52fc752
refs/heads/master: 69e1e688f5698287b45fbff22a01de91b20804cd
1 change: 0 additions & 1 deletion trunk/include/asm-um/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ static inline void set_pte(pte_t *pteptr, pte_t pteval)
static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
{
pte_set_val(pte, (pte_val(pte) & _PAGE_CHG_MASK), newprot);
if(pte_present(pte)) pte = pte_mknewpage(pte_mknewprot(pte));
return pte;
}

Expand Down

0 comments on commit 15d6bbc

Please sign in to comment.