From ce19f09a315394f97aadc5addd7a3bde2bf17c12 Mon Sep 17 00:00:00 2001 From: John Hawkes Date: Tue, 16 Aug 2005 17:59:20 +1000 Subject: [PATCH] --- yaml --- r: 5800 b: refs/heads/master c: 367ae3cd74bdc2ad32d71293427fec570b14ddcd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/ia64/kernel/domain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);