Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40648
b: refs/heads/master
c: 941c710
h: refs/heads/master
v: v3
  • Loading branch information
nkalmala authored and Linus Torvalds committed Nov 3, 2006
1 parent e2bb010 commit 53442a0
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: c7e12b838989b0e432c7a1cdf1e6c6fd936007f6
refs/heads/master: 941c7105dc4f4961727acc518e18e00b9a03cbf3
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static struct page *buffered_rmqueue(struct zonelist *zonelist,
pcp = &zone_pcp(zone, cpu)->pcp[cold];
local_irq_save(flags);
if (!pcp->count) {
pcp->count += rmqueue_bulk(zone, 0,
pcp->count = rmqueue_bulk(zone, 0,
pcp->batch, &pcp->list);
if (unlikely(!pcp->count))
goto failed;
Expand Down

0 comments on commit 53442a0

Please sign in to comment.