Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19970
b: refs/heads/master
c: a2dfef6
h: refs/heads/master
v: v3
  • Loading branch information
David Gibson authored and Linus Torvalds committed Feb 8, 2006
1 parent 86b5617 commit 9fc2737
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: 488fc08d914f2b07b701c9b9c811437cc1c1c518
refs/heads/master: a2dfef6947139db9b886fce510c4d0c913beb5f0
2 changes: 1 addition & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct page *alloc_huge_page(struct vm_area_struct *vma, unsigned long addr)
set_page_count(page, 1);
page[1].mapping = (void *)free_huge_page;
for (i = 0; i < (HPAGE_SIZE/PAGE_SIZE); ++i)
clear_highpage(&page[i]);
clear_user_highpage(&page[i], addr);
return page;
}

Expand Down

0 comments on commit 9fc2737

Please sign in to comment.