Commit 367ae3cd authored by John Hawkes's avatar John Hawkes Committed by Linus Torvalds

[PATCH] fix for ia64 sched-domains code

Fix for ia64 sched domain building triggered by cpuset code.
Acked-by: default avatarNick Piggin <npiggin@suse.de>
Acked-by: default avatarDinakar Guniguntala <dino@in.ibm.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 58fcb8df
...@@ -341,7 +341,7 @@ next_sg: ...@@ -341,7 +341,7 @@ next_sg:
#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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment