Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311841
b: refs/heads/master
c: 07b4e2b
h: refs/heads/master
i:
  311839: 83b4785
v: v3
  • Loading branch information
Yinghai Lu authored and Linus Torvalds committed Jul 11, 2012
1 parent 5324368 commit 432f202
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: 688bb4158f64f3af0fe1d13e7642f8c4c402453e
refs/heads/master: 07b4e2bc9c35ea88cbd36d806fcd5e3bcbf022be
2 changes: 1 addition & 1 deletion trunk/mm/sparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat,
* from the same section as the pgdat where possible to avoid
* this problem.
*/
goal = __pa(pgdat) & PAGE_SECTION_MASK;
goal = __pa(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT);
host_pgdat = NODE_DATA(early_pfn_to_nid(goal >> PAGE_SHIFT));
return __alloc_bootmem_node_nopanic(host_pgdat, size,
SMP_CACHE_BYTES, goal);
Expand Down

0 comments on commit 432f202

Please sign in to comment.