Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155821
b: refs/heads/master
c: 429b2b3
h: refs/heads/master
i:
  155819: ccbf5b6
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Jul 21, 2009
1 parent d76aca0 commit f85ab2f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e9084ec98bb9aa3abc6cf73181177780ce7546f8
refs/heads/master: 429b2b319af3987e808c18f6b81313104caf782c
6 changes: 4 additions & 2 deletions trunk/arch/x86/mm/srat_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ static __init void bad_srat(void)
acpi_numa = -1;
for (i = 0; i < MAX_LOCAL_APIC; i++)
apicid_to_node[i] = NUMA_NO_NODE;
for (i = 0; i < MAX_NUMNODES; i++)
nodes_add[i].start = nodes[i].end = 0;
for (i = 0; i < MAX_NUMNODES; i++) {
nodes[i].start = nodes[i].end = 0;
nodes_add[i].start = nodes_add[i].end = 0;
}
remove_all_active_ranges();
}

Expand Down

0 comments on commit f85ab2f

Please sign in to comment.