diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index fa5ca5e90917..941930f2935f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -2131,6 +2131,7 @@ extern unsigned long sched_get_busy(int cpu); extern void sched_get_cpus_busy(unsigned long *busy, const struct cpumask *query_cpus); extern void sched_set_io_is_busy(int val); +int sched_update_freq_max_load(const cpumask_t *cpumask); #else static inline int sched_set_window(u64 window_start, unsigned int window_size) { @@ -2141,6 +2142,11 @@ static inline unsigned long sched_get_busy(int cpu) return 0; } static inline void sched_set_io_is_busy(int val) {}; + +static inline int sched_update_freq_max_load(const cpumask_t *cpumask) +{ + return 0; +} #endif /* |
