Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80349
b: refs/heads/master
c: 0164fe1
h: refs/heads/master
i:
  80347: 549e984
v: v3
  • Loading branch information
Mike Travis authored and Ingo Molnar committed Jan 30, 2008
1 parent 5b27710 commit 7aa472a
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: 834beda15ecc43c110c0a6ac39ec1aa79f891716
refs/heads/master: 0164fe16247ac2e1b697a9bf0e71df81497c4709
3 changes: 2 additions & 1 deletion trunk/arch/x86/mm/srat_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ int __init acpi_scan_nodes(unsigned long start, unsigned long end)
setup_node_bootmem(i, nodes[i].start, nodes[i].end);

for (i = 0; i < NR_CPUS; i++) {
int node = cpu_to_node(i);
int node = early_cpu_to_node(i);

if (node == NUMA_NO_NODE)
continue;
if (!node_isset(node, node_possible_map))
Expand Down

0 comments on commit 7aa472a

Please sign in to comment.