Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234847
b: refs/heads/master
c: 7d36b7b
h: refs/heads/master
i:
  234845: c3e2d32
  234843: cdb5a67
  234839: 0611525
  234831: 9606a37
  234815: be73b14
v: v3
  • Loading branch information
Tejun Heo committed Feb 16, 2011
1 parent 98b281f commit 5ce8d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 275a88d3cf0e2f08a98dc5ce9494af0cb6ed2092
refs/heads/master: 7d36b7bc9022f35f95cd85cdf441846298e8f9fb
5 changes: 3 additions & 2 deletions trunk/arch/x86/mm/numa_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,11 +624,12 @@ void __init initmem_init(unsigned long start_pfn, unsigned long last_pfn,
memnodemap[0] = 0;
node_set_online(0);
node_set(0, node_possible_map);
for (i = 0; i < nr_cpu_ids; i++)
numa_set_node(i, 0);
for (i = 0; i < MAX_LOCAL_APIC; i++)
set_apicid_to_node(i, NUMA_NO_NODE);
memblock_x86_register_active_regions(0, start_pfn, last_pfn);
init_memory_mapping_high();
setup_node_bootmem(0, start_pfn << PAGE_SHIFT, last_pfn << PAGE_SHIFT);
numa_init_array();
}

unsigned long __init numa_free_all_bootmem(void)
Expand Down

0 comments on commit 5ce8d3b

Please sign in to comment.