Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9527
b: refs/heads/master
c: e6a045a
h: refs/heads/master
i:
  9525: a94f45c
  9523: 8cea791
  9519: 42b1d98
v: v3
  • Loading branch information
Ravikiran G Thirumalai authored and Linus Torvalds committed Sep 30, 2005
1 parent 266de1e commit 045fcf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 2dd960d66bc12b6b206e63104636514e5da0ddb7
refs/heads/master: e6a045a5b89037ae87c8c1bc84403f1d498e52a1
5 changes: 1 addition & 4 deletions trunk/arch/x86_64/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ void __init numa_init_array(void)
rr++;
}

set_bit(0, &node_to_cpumask[cpu_to_node(0)]);
}

#ifdef CONFIG_NUMA_EMU
Expand Down Expand Up @@ -266,9 +265,7 @@ void __init numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn)

__cpuinit void numa_add_cpu(int cpu)
{
/* BP is initialized elsewhere */
if (cpu)
set_bit(cpu, &node_to_cpumask[cpu_to_node(cpu)]);
set_bit(cpu, &node_to_cpumask[cpu_to_node(cpu)]);
}

unsigned long __init numa_free_all_bootmem(void)
Expand Down

0 comments on commit 045fcf4

Please sign in to comment.