[IA64] fix bug in sn/ia64 for sparse CPU numbering
authorhawkes@sgi.com <hawkes@sgi.com>
Fri, 18 Nov 2005 19:30:34 +0000 (11:30 -0800)
committerTony Luck <tony.luck@intel.com>
Mon, 21 Nov 2005 22:15:42 +0000 (14:15 -0800)
The kernel's use of the for_each_*cpu(i) macros has allowed for sparse CPU
numbering.  When I hacked the kernel to test sparse cpu_present_map[] and
cpu_possible_map[] cpumasks, I discovered one remaining spot, in
sn_hwperf_ioctl() during sn initialization, that needs to be fixed.

Signed-off-by: John Hawkes <hawkes@sgi.com>
Signed-off-by: Dean Roe <roe@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found