diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ebf7095158a9..af008d7bad57 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1862,6 +1862,7 @@ static inline void wake_up_nohz_cpu(int cpu) { } | |||
1862 | 1862 | ||
1863 | #ifdef CONFIG_NO_HZ_FULL | 1863 | #ifdef CONFIG_NO_HZ_FULL |
1864 | extern bool sched_can_stop_tick(void); | 1864 | extern bool sched_can_stop_tick(void); |
1865 | extern u64 scheduler_tick_max_deferment(void); | ||
1865 | #else | 1866 | #else |
1866 | static inline bool sched_can_stop_tick(void) { return false; } | 1867 | static inline bool sched_can_stop_tick(void) { return false; } |
1867 | #endif | 1868 | #endif |