Skip to content

Commit

Permalink
[PATCH] fix for ia64 sched-domains code
Browse files Browse the repository at this point in the history
Fix for ia64 sched domain building triggered by cpuset code.

Acked-by: Nick Piggin <npiggin@suse.de>
Acked-by: Dinakar Guniguntala <dino@in.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
John Hawkes authored and Linus Torvalds committed Aug 16, 2005
1 parent 58fcb8d commit 367ae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 367ae3c

Please sign in to comment.