Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234891
b: refs/heads/master
c: 1f565a8
h: refs/heads/master
i:
  234889: 9224237
  234887: 4a31660
v: v3
  • Loading branch information
David Rientjes authored and Tejun Heo committed Feb 25, 2011
1 parent 3afcc0b commit 6f303a7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d1b19426b04787e48f2689923e28d37b488969b0
refs/heads/master: 1f565a896ee139a70e1a16f74a4ec29707691b0b
3 changes: 2 additions & 1 deletion trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ static int __init numa_alloc_distance(void)

for_each_node_mask(i, nodes_parsed)
cnt = i;
size = ++cnt * sizeof(numa_distance[0]);
cnt++;
size = cnt * cnt * sizeof(numa_distance[0]);

phys = memblock_find_in_range(0, (u64)max_pfn_mapped << PAGE_SHIFT,
size, PAGE_SIZE);
Expand Down

0 comments on commit 6f303a7

Please sign in to comment.