提交 367ae3cd 编写于 作者: J John Hawkes 提交者: Linus Torvalds

[PATCH] fix for ia64 sched-domains code

Fix for ia64 sched domain building triggered by cpuset code.
Acked-by: NNick Piggin <npiggin@suse.de>
Acked-by: NDinakar Guniguntala <dino@in.ibm.com>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 58fcb8df
...@@ -341,7 +341,7 @@ void build_sched_domains(const cpumask_t *cpu_map) ...@@ -341,7 +341,7 @@ void build_sched_domains(const cpumask_t *cpu_map)
#endif #endif
/* Attach the domains */ /* Attach the domains */
for_each_online_cpu(i) { for_each_cpu_mask(i, *cpu_map) {
struct sched_domain *sd; struct sched_domain *sd;
#ifdef CONFIG_SCHED_SMT #ifdef CONFIG_SCHED_SMT
sd = &per_cpu(cpu_domains, i); sd = &per_cpu(cpu_domains, i);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册