|
@@ -126,7 +126,6 @@ static inline int tick_check_oneshot_change(int allow_nohz) { return 0; }
|
|
|
|
|
|
/* Functions related to oneshot broadcasting */
|
|
|
#if defined(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) && defined(CONFIG_TICK_ONESHOT)
|
|
|
-extern void tick_broadcast_setup_oneshot(struct clock_event_device *bc);
|
|
|
extern void tick_broadcast_switch_to_oneshot(void);
|
|
|
extern void tick_shutdown_broadcast_oneshot(unsigned int cpu);
|
|
|
extern int tick_broadcast_oneshot_active(void);
|
|
@@ -134,7 +133,6 @@ extern void tick_check_oneshot_broadcast_this_cpu(void);
|
|
|
bool tick_broadcast_oneshot_available(void);
|
|
|
extern struct cpumask *tick_get_broadcast_oneshot_mask(void);
|
|
|
#else /* !(BROADCAST && ONESHOT): */
|
|
|
-static inline void tick_broadcast_setup_oneshot(struct clock_event_device *bc) { BUG(); }
|
|
|
static inline void tick_broadcast_switch_to_oneshot(void) { }
|
|
|
static inline void tick_shutdown_broadcast_oneshot(unsigned int cpu) { }
|
|
|
static inline int tick_broadcast_oneshot_active(void) { return 0; }
|