diff options
author | John Hawkes <hawkes@sgi.com> | 2005-09-06 18:18:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 19:57:40 -0400 |
commit | 9c1cfda20a508b181bdda8c0045f7c0c333880a5 (patch) | |
tree | eaa5b7ef7407316c36def26169574d0e37b1e60a /include/linux/sched.h | |
parent | ef08e3b4981aebf2ba9bd7025ef7210e8eec07ce (diff) |
[PATCH] cpusets: Move the ia64 domain setup code to the generic code
Signed-off-by: John Hawkes <hawkes@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index b5a22ea80045..ea1b5f32ec5c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -564,13 +564,6 @@ struct sched_domain { | |||
564 | 564 | ||
565 | extern void partition_sched_domains(cpumask_t *partition1, | 565 | extern void partition_sched_domains(cpumask_t *partition1, |
566 | cpumask_t *partition2); | 566 | cpumask_t *partition2); |
567 | #ifdef ARCH_HAS_SCHED_DOMAIN | ||
568 | /* Useful helpers that arch setup code may use. Defined in kernel/sched.c */ | ||
569 | extern cpumask_t cpu_isolated_map; | ||
570 | extern void init_sched_build_groups(struct sched_group groups[], | ||
571 | cpumask_t span, int (*group_fn)(int cpu)); | ||
572 | extern void cpu_attach_domain(struct sched_domain *sd, int cpu); | ||
573 | #endif /* ARCH_HAS_SCHED_DOMAIN */ | ||
574 | #endif /* CONFIG_SMP */ | 567 | #endif /* CONFIG_SMP */ |
575 | 568 | ||
576 | 569 | ||