Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276541
b: refs/heads/master
c: 58a84aa
h: refs/heads/master
i:
  276539: a9bd711
v: v3
  • Loading branch information
Youquan Song authored and Linus Torvalds committed Dec 9, 2011
1 parent d11ea7c commit 53df1bf
Show file tree
Hide file tree
Showing 3 changed files with 3 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: b6999b19120931ede364fa3b685e698a61fed31d
refs/heads/master: 58a84aa92723d1ac3e1cc4e3b0ff49291663f7e1
1 change: 1 addition & 0 deletions trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ static void prep_compound_gigantic_page(struct page *page, unsigned long order)
__SetPageHead(page);
for (i = 1; i < nr_pages; i++, p = mem_map_next(p, page, i)) {
__SetPageTail(p);
set_page_count(p, 0);
p->first_page = page;
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ void prep_compound_page(struct page *page, unsigned long order)
__SetPageHead(page);
for (i = 1; i < nr_pages; i++) {
struct page *p = page + i;

__SetPageTail(p);
set_page_count(p, 0);
p->first_page = page;
}
}
Expand Down

0 comments on commit 53df1bf

Please sign in to comment.