diff options
| -rw-r--r-- | arch/x86_64/mm/numa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/mm/numa.c index 80a49d9bd8a7..68ad75853510 100644 --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/mm/numa.c | |||
| @@ -178,7 +178,6 @@ void __init numa_init_array(void) | |||
| 178 | rr++; | 178 | rr++; |
| 179 | } | 179 | } |
| 180 | 180 | ||
| 181 | set_bit(0, &node_to_cpumask[cpu_to_node(0)]); | ||
| 182 | } | 181 | } |
| 183 | 182 | ||
| 184 | #ifdef CONFIG_NUMA_EMU | 183 | #ifdef CONFIG_NUMA_EMU |
| @@ -266,9 +265,7 @@ void __init numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn) | |||
| 266 | 265 | ||
| 267 | __cpuinit void numa_add_cpu(int cpu) | 266 | __cpuinit void numa_add_cpu(int cpu) |
| 268 | { | 267 | { |
| 269 | /* BP is initialized elsewhere */ | 268 | set_bit(cpu, &node_to_cpumask[cpu_to_node(cpu)]); |
| 270 | if (cpu) | ||
| 271 | set_bit(cpu, &node_to_cpumask[cpu_to_node(cpu)]); | ||
| 272 | } | 269 | } |
| 273 | 270 | ||
| 274 | unsigned long __init numa_free_all_bootmem(void) | 271 | unsigned long __init numa_free_all_bootmem(void) |
