commit | 090de0b77ceed1f1d05883fa744760f0c65d9c31 | [log] [tgz] |
---|---|---|
author | hawkes@sgi.com <hawkes@sgi.com> | Fri Nov 18 11:30:34 2005 -0800 |
committer | Tony Luck <tony.luck@intel.com> | Mon Nov 21 14:15:42 2005 -0800 |
tree | 531288885c524904bf5baa4e7dadc4048fee3fd9 | |
parent | 9ad4f924ecd9c067a22a64699bcf4eaad1935a61 [diff] |
[IA64] fix bug in sn/ia64 for sparse CPU numbering 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>