Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65225
b: refs/heads/master
c: 281e0e3
h: refs/heads/master
i:
  65223: 62499a4
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Oct 1, 2007
1 parent 4f44d47 commit 3845f2a
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: 8814842fbb6d8907cd23711cc4cbc3a6a191080f
refs/heads/master: 281e0e3b34acb76a157576d27abc85c09fcf78e3
2 changes: 1 addition & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void clear_huge_page(struct page *page, unsigned long addr)
might_sleep();
for (i = 0; i < (HPAGE_SIZE/PAGE_SIZE); i++) {
cond_resched();
clear_user_highpage(page + i, addr);
clear_user_highpage(page + i, addr + i * PAGE_SIZE);
}
}

Expand Down

0 comments on commit 3845f2a

Please sign in to comment.