diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index c30bf3d516d1..fc4c0f9393d2 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -992,6 +992,9 @@ static inline int test_sd_parent(struct sched_domain *sd, int flag) | |||
992 | return 0; | 992 | return 0; |
993 | } | 993 | } |
994 | 994 | ||
995 | unsigned long default_scale_freq_power(struct sched_domain *sd, int cpu); | ||
996 | unsigned long default_scale_smt_power(struct sched_domain *sd, int cpu); | ||
997 | |||
995 | #else /* CONFIG_SMP */ | 998 | #else /* CONFIG_SMP */ |
996 | 999 | ||
997 | struct sched_domain_attr; | 1000 | struct sched_domain_attr; |
@@ -1003,6 +1006,7 @@ partition_sched_domains(int ndoms_new, struct cpumask *doms_new, | |||
1003 | } | 1006 | } |
1004 | #endif /* !CONFIG_SMP */ | 1007 | #endif /* !CONFIG_SMP */ |
1005 | 1008 | ||
1009 | |||
1006 | struct io_context; /* See blkdev.h */ | 1010 | struct io_context; /* See blkdev.h */ |
1007 | 1011 | ||
1008 | 1012 | ||