Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323121
b: refs/heads/master
c: af89fa3
h: refs/heads/master
i:
  323119: 3c57fea
v: v3
  • Loading branch information
Jovi Zhang authored and Ralf Baechle committed Aug 27, 2012
1 parent e51db65 commit e35ba46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bd4082776ff17a0d0d565852afb422931c2f6f2
refs/heads/master: af89fa3986b9d034a286544ab1ed95096496a2f9
2 changes: 2 additions & 0 deletions trunk/arch/mips/mm/gup.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ static int gup_huge_pud(pud_t pud, unsigned long addr, unsigned long end,
do {
VM_BUG_ON(compound_head(page) != head);
pages[*nr] = page;
if (PageTail(page))
get_huge_page_tail(page);
(*nr)++;
page++;
refs++;
Expand Down

0 comments on commit e35ba46

Please sign in to comment.