Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26101
b: refs/heads/master
c: 3b5fd59
h: refs/heads/master
i:
  26099: 14cd01a
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Apr 22, 2006
1 parent ba0bd96 commit e4fdd68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73a88814542d3f5b8973f3db9d7f380bd29957c4
refs/heads/master: 3b5fd59fdd2e656dd4d10f2cedb41a7519b131b2
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,13 @@ void __init setup_node_zones(int nodeid)
memory. */
memmapsize = sizeof(struct page) * (end_pfn-start_pfn);
limit = end_pfn << PAGE_SHIFT;
#ifdef CONFIG_FLAT_NODE_MEM_MAP
NODE_DATA(nodeid)->node_mem_map =
__alloc_bootmem_core(NODE_DATA(nodeid)->bdata,
memmapsize, SMP_CACHE_BYTES,
round_down(limit - memmapsize, PAGE_SIZE),
limit);
#endif

size_zones(zones, holes, start_pfn, end_pfn);
free_area_init_node(nodeid, NODE_DATA(nodeid), zones,
Expand Down

0 comments on commit e4fdd68

Please sign in to comment.