|
@@ -35,6 +35,7 @@ extern void tick_broadcast_oneshot_control(unsigned long reason);
|
|
extern void tick_broadcast_switch_to_oneshot(void);
|
|
extern void tick_broadcast_switch_to_oneshot(void);
|
|
extern void tick_shutdown_broadcast_oneshot(unsigned int *cpup);
|
|
extern void tick_shutdown_broadcast_oneshot(unsigned int *cpup);
|
|
extern int tick_resume_broadcast_oneshot(struct clock_event_device *bc);
|
|
extern int tick_resume_broadcast_oneshot(struct clock_event_device *bc);
|
|
|
|
+extern int tick_broadcast_oneshot_active(void);
|
|
# else /* BROADCAST */
|
|
# else /* BROADCAST */
|
|
static inline void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
|
|
static inline void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
|
|
{
|
|
{
|
|
@@ -43,6 +44,7 @@ static inline void tick_broadcast_setup_oneshot(struct clock_event_device *bc)
|
|
static inline void tick_broadcast_oneshot_control(unsigned long reason) { }
|
|
static inline void tick_broadcast_oneshot_control(unsigned long reason) { }
|
|
static inline void tick_broadcast_switch_to_oneshot(void) { }
|
|
static inline void tick_broadcast_switch_to_oneshot(void) { }
|
|
static inline void tick_shutdown_broadcast_oneshot(unsigned int *cpup) { }
|
|
static inline void tick_shutdown_broadcast_oneshot(unsigned int *cpup) { }
|
|
|
|
+static inline int tick_broadcast_oneshot_active(void) { return 0; }
|
|
# endif /* !BROADCAST */
|
|
# endif /* !BROADCAST */
|
|
|
|
|
|
#else /* !ONESHOT */
|
|
#else /* !ONESHOT */
|