Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233701
b: refs/heads/master
c: 8eac563
h: refs/heads/master
i:
  233699: a4fbc1f
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Feb 25, 2011
1 parent 2294ad9 commit 5eacfa1
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: 7137c6bd455234bcb7560fd829e6ee49cae5fed6
refs/heads/master: 8eac563c1c3a2047083022357ae63722b19e4e08
2 changes: 1 addition & 1 deletion trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ alloc_pages_vma(gfp_t gfp, int order, struct vm_area_struct *vma,
if (unlikely(pol->mode == MPOL_INTERLEAVE)) {
unsigned nid;

nid = interleave_nid(pol, vma, addr, PAGE_SHIFT);
nid = interleave_nid(pol, vma, addr, PAGE_SHIFT + order);
mpol_cond_put(pol);
page = alloc_page_interleave(gfp, order, nid);
put_mems_allowed();
Expand Down

0 comments on commit 5eacfa1

Please sign in to comment.