diff --git a/[refs] b/[refs] index 7b8f80eb09cd..c6e4d5e1bbd1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58fcb8df0bf663bb6b8f46cd3010bfe8d13d97cf +refs/heads/master: 367ae3cd74bdc2ad32d71293427fec570b14ddcd diff --git a/trunk/arch/ia64/kernel/domain.c b/trunk/arch/ia64/kernel/domain.c index d65e87b6394f..bbb8efe126b7 100644 --- a/trunk/arch/ia64/kernel/domain.c +++ b/trunk/arch/ia64/kernel/domain.c @@ -341,7 +341,7 @@ void build_sched_domains(const cpumask_t *cpu_map) #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);