diff --git a/[refs] b/[refs] index 8daa10d8dcb8..ac3af91270da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb834c7acc5e140cf4f9e86da93a66de8c0514da +refs/heads/master: 942670d0dc41b5fe9b735c31ca9234d80729bf7e diff --git a/trunk/arch/x86/mm/numa.c b/trunk/arch/x86/mm/numa.c index 2d125be1bae9..21d02f0d7a2c 100644 --- a/trunk/arch/x86/mm/numa.c +++ b/trunk/arch/x86/mm/numa.c @@ -97,8 +97,7 @@ void __cpuinit numa_set_node(int cpu, int node) #endif per_cpu(x86_cpu_to_node_map, cpu) = node; - if (node != NUMA_NO_NODE) - set_cpu_numa_node(cpu, node); + set_cpu_numa_node(cpu, node); } void __cpuinit numa_clear_node(int cpu)