diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/mm/numa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 2d125be1bae9..21d02f0d7a2c 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c | |||
@@ -97,8 +97,7 @@ void __cpuinit numa_set_node(int cpu, int node) | |||
97 | #endif | 97 | #endif |
98 | per_cpu(x86_cpu_to_node_map, cpu) = node; | 98 | per_cpu(x86_cpu_to_node_map, cpu) = node; |
99 | 99 | ||
100 | if (node != NUMA_NO_NODE) | 100 | set_cpu_numa_node(cpu, node); |
101 | set_cpu_numa_node(cpu, node); | ||
102 | } | 101 | } |
103 | 102 | ||
104 | void __cpuinit numa_clear_node(int cpu) | 103 | void __cpuinit numa_clear_node(int cpu) |