Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189061
b: refs/heads/master
c: e1ee65d
h: refs/heads/master
i:
  189059: 05838cd
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Mar 25, 2010
1 parent 0ea48e3 commit 95b476a
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: 7561e8ca0dfaf6fca3feef982830de3b65300e5b
refs/heads/master: e1ee65d85904c5dd4b9cea1b15d5e85e20eae8a1
2 changes: 1 addition & 1 deletion trunk/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
}
if (vmas)
vmas[i] = vma;
start += PAGE_SIZE;
start = (start + PAGE_SIZE) & PAGE_MASK;
}

return i;
Expand Down

0 comments on commit 95b476a

Please sign in to comment.