Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29716
b: refs/heads/master
c: 43b0bc0
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Jun 25, 2006
1 parent 0201695 commit fef1089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: dc851a0fd2736e8dc3e90bd990cb911a0013da67
refs/heads/master: 43b0bc00fdbf2f1503a57f0c2c1338438c5d2805
3 changes: 1 addition & 2 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,7 @@ __alloc_pages(gfp_t gfp_mask, unsigned int order,
goto got_pg;

do {
if (cpuset_zone_allowed(*z, gfp_mask|__GFP_HARDWALL))
wakeup_kswapd(*z, order);
wakeup_kswapd(*z, order);
} while (*(++z));

/*
Expand Down

0 comments on commit fef1089

Please sign in to comment.