Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80359
b: refs/heads/master
c: fc7250a
h: refs/heads/master
i:
  80357: 766be1e
  80355: 3dbbbc4
  80351: efd00d8
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jan 30, 2008
1 parent f7fd3a1 commit 0e7913a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 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: 70edcd77a0d6d0f8731c826764f5eb6732f521e9
refs/heads/master: fc7250ab38346762c567813794b80ee6c57dfed6
32 changes: 0 additions & 32 deletions trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,35 +240,6 @@ void __init setup_node_bootmem(int nodeid, unsigned long start,
node_set_online(nodeid);
}

#ifdef CONFIG_FLAT_NODE_MEM_MAP
/* Initialize final allocator for a zone */
static void __init flat_setup_node_zones(int nodeid)
{
unsigned long start_pfn, end_pfn, memmapsize, limit;

start_pfn = node_start_pfn(nodeid);
end_pfn = node_end_pfn(nodeid);

Dprintk(KERN_INFO "Setting up memmap for node %d %lx-%lx\n",
nodeid, start_pfn, end_pfn);

/*
* Try to allocate mem_map at end to not fill up precious <4GB
* memory.
*/
memmapsize = sizeof(struct page) * (end_pfn-start_pfn);
limit = end_pfn << PAGE_SHIFT;

NODE_DATA(nodeid)->node_mem_map =
__alloc_bootmem_core(NODE_DATA(nodeid)->bdata,
memmapsize, SMP_CACHE_BYTES,
round_down(limit - memmapsize, PAGE_SIZE),
limit);
}
#else
#define flat_setup_node_zones(i) do {} while (0)
#endif

/*
* There are unfortunately some poorly designed mainboards around that
* only connect memory to a single CPU. This breaks the 1:1 cpu->node
Expand Down Expand Up @@ -600,9 +571,6 @@ void __init paging_init(void)
sparse_memory_present_with_active_regions(MAX_NUMNODES);
sparse_init();

for_each_online_node(i)
flat_setup_node_zones(i);

free_area_init_nodes(max_zone_pfns);
}

Expand Down

0 comments on commit 0e7913a

Please sign in to comment.