diff options
| author | Tony Luck <tony.luck@intel.com> | 2008-04-17 13:12:55 -0400 | 
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2008-04-17 13:12:55 -0400 | 
| commit | fc494d6c1825de37f04abe147741d50be08403ab (patch) | |
| tree | ab7b5f8a0732c3b588e958033fddb9029744097e /arch/ia64/kernel/numa.c | |
| parent | 78514c106b90b628a90c630a3bc87a6538aed865 (diff) | |
| parent | 2c6e6db41f01b6b4eb98809350827c9678996698 (diff) | |
Pull percpureserve into release branch
Diffstat (limited to 'arch/ia64/kernel/numa.c')
| -rw-r--r-- | arch/ia64/kernel/numa.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/numa.c b/arch/ia64/kernel/numa.c index a78b45f5fe2f..c93420c97409 100644 --- a/arch/ia64/kernel/numa.c +++ b/arch/ia64/kernel/numa.c  | |||
| @@ -73,7 +73,7 @@ void __init build_cpu_to_node_map(void) | |||
| 73 | for(node=0; node < MAX_NUMNODES; node++) | 73 | for(node=0; node < MAX_NUMNODES; node++) | 
| 74 | cpus_clear(node_to_cpu_mask[node]); | 74 | cpus_clear(node_to_cpu_mask[node]); | 
| 75 | 75 | ||
| 76 | for(cpu = 0; cpu < NR_CPUS; ++cpu) { | 76 | for_each_possible_early_cpu(cpu) { | 
| 77 | node = -1; | 77 | node = -1; | 
| 78 | for (i = 0; i < NR_CPUS; ++i) | 78 | for (i = 0; i < NR_CPUS; ++i) | 
| 79 | if (cpu_physical_id(cpu) == node_cpuid[i].phys_id) { | 79 | if (cpu_physical_id(cpu) == node_cpuid[i].phys_id) { | 
