Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40395
b: refs/heads/master
c: f2d0aa5
h: refs/heads/master
i:
  40393: 0ad04a1
  40391: 13ce08c
v: v3
  • Loading branch information
Yasunori Goto authored and Linus Torvalds committed Oct 28, 2006
1 parent 1d6694b commit 2e4f556
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: 969b755aadf7bcf3df5991a127a103acd0145a52
refs/heads/master: f2d0aa5bf8d4f7ae4cb1a7feebf5b1afddd0b9b0
2 changes: 1 addition & 1 deletion trunk/mm/sparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct page *__kmalloc_section_memmap(unsigned long nr_pages)
struct page *page, *ret;
unsigned long memmap_size = sizeof(struct page) * nr_pages;

page = alloc_pages(GFP_KERNEL, get_order(memmap_size));
page = alloc_pages(GFP_KERNEL|__GFP_NOWARN, get_order(memmap_size));
if (page)
goto got_map_page;

Expand Down

0 comments on commit 2e4f556

Please sign in to comment.