diff options
Diffstat (limited to 'include/linux/tick.h')
-rw-r--r-- | include/linux/tick.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/tick.h b/include/linux/tick.h index 589868b09aff..f9ff225d53c0 100644 --- a/include/linux/tick.h +++ b/include/linux/tick.h | |||
@@ -36,6 +36,12 @@ extern void tick_irq_enter(void); | |||
36 | static inline void tick_irq_enter(void) { } | 36 | static inline void tick_irq_enter(void) { } |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | #if defined(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) && defined(CONFIG_TICK_ONESHOT) | ||
40 | extern void hotplug_cpu__broadcast_tick_pull(int dead_cpu); | ||
41 | #else | ||
42 | static inline void hotplug_cpu__broadcast_tick_pull(int dead_cpu) { } | ||
43 | #endif | ||
44 | |||
39 | #ifdef CONFIG_NO_HZ_COMMON | 45 | #ifdef CONFIG_NO_HZ_COMMON |
40 | extern int tick_nohz_tick_stopped(void); | 46 | extern int tick_nohz_tick_stopped(void); |
41 | extern void tick_nohz_idle_enter(void); | 47 | extern void tick_nohz_idle_enter(void); |