Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234897
b: refs/heads/master
c: 51b361b
h: refs/heads/master
i:
  234895: 29063e0
v: v3
  • Loading branch information
Yinghai Lu authored and Tejun Heo committed Mar 4, 2011
1 parent a742119 commit 9297a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: f89112502805c1f6a6955f90ad158e538edb319d
refs/heads/master: 51b361b4009f4e19ae68d2bcbb35e254e91b6054
4 changes: 1 addition & 3 deletions trunk/arch/x86/mm/numa_emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,7 @@ void __cpuinit numa_add_cpu(int cpu)
{
int physnid, nid;

nid = numa_cpu_node(cpu);
if (nid == NUMA_NO_NODE)
nid = early_cpu_to_node(cpu);
nid = early_cpu_to_node(cpu);
BUG_ON(nid == NUMA_NO_NODE || !node_online(nid));

physnid = emu_nid_to_phys[nid];
Expand Down

0 comments on commit 9297a5c

Please sign in to comment.