提交 49f8d8c0 编写于 作者: N Nishanth Aravamudan 提交者: Michael Ellerman

powerpc/numa: use cached value of update->cpu in update_cpu_topology

There isn't any need to keep referring to update->cpu, as we've already
checked cpu == update->cpu at this point.
Signed-off-by: NNishanth Aravamudan <nacc@linux.vnet.ibm.com>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 eb01d4c2
...@@ -1512,8 +1512,8 @@ static int update_cpu_topology(void *data) ...@@ -1512,8 +1512,8 @@ static int update_cpu_topology(void *data)
if (cpu != update->cpu) if (cpu != update->cpu)
continue; continue;
unmap_cpu_from_node(update->cpu); unmap_cpu_from_node(cpu);
map_cpu_to_node(update->cpu, update->new_nid); map_cpu_to_node(cpu, update->new_nid);
vdso_getcpu_init(); vdso_getcpu_init();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册