commit | 247bc6ca0f691e4617e7bdb70cbaccc939f754ec | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Fri Jul 18 18:11:29 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jul 20 10:21:09 2008 +0200 |
tree | a1069c2fcb70564db43e3351680f32544666d3c8 | |
parent | f2ad47ffeb1d292b7c7d1e2f6aedb37646c391db [diff] |
NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.c * Replace NR_CPUS loop with for_each_possible_cpu(). * nr_cpu_ids should be used to determine if a percpu area is available for a given cpu. Signed-off-by: Mike Travis <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>