diff options
author | Tony Luck <tony.luck@intel.com> | 2005-08-16 20:29:57 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-16 20:29:57 +0200 |
commit | f7001e8f1fa5369ee24f58255726a04a2019e4bd (patch) | |
tree | 1bbdd233ad0cf2e0adb4eb04f22b7bfa59a43494 /arch/ia64 | |
parent | [IA64] update CONFIG_PCI description (diff) | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6 (diff) | |
download | linux-f7001e8f1fa5369ee24f58255726a04a2019e4bd.tar.xz linux-f7001e8f1fa5369ee24f58255726a04a2019e4bd.zip |
Auto-update from upstream
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/domain.c b/arch/ia64/kernel/domain.c index d65e87b6394f..bbb8efe126b7 100644 --- a/arch/ia64/kernel/domain.c +++ b/arch/ia64/kernel/domain.c @@ -341,7 +341,7 @@ next_sg: #endif /* Attach the domains */ - for_each_online_cpu(i) { + for_each_cpu_mask(i, *cpu_map) { struct sched_domain *sd; #ifdef CONFIG_SCHED_SMT sd = &per_cpu(cpu_domains, i); |