aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h7
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
565extern void partition_sched_domains(cpumask_t *partition1, 565extern 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 */
569extern cpumask_t cpu_isolated_map;
570extern void init_sched_build_groups(struct sched_group groups[],
571 cpumask_t span, int (*group_fn)(int cpu));
572extern 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