|
@@ -104,7 +104,7 @@ extern struct cpumask *tick_get_broadcast_oneshot_mask(void);
|
|
|
extern void tick_clock_notify(void);
|
|
|
extern int tick_check_oneshot_change(int allow_nohz);
|
|
|
extern struct tick_sched *tick_get_tick_sched(int cpu);
|
|
|
-extern void tick_check_idle(void);
|
|
|
+extern void tick_irq_enter(void);
|
|
|
extern int tick_oneshot_mode_active(void);
|
|
|
# ifndef arch_needs_cpu
|
|
|
# define arch_needs_cpu(cpu) (0)
|
|
@@ -112,7 +112,7 @@ extern int tick_oneshot_mode_active(void);
|
|
|
# else
|
|
|
static inline void tick_clock_notify(void) { }
|
|
|
static inline int tick_check_oneshot_change(int allow_nohz) { return 0; }
|
|
|
-static inline void tick_check_idle(void) { }
|
|
|
+static inline void tick_irq_enter(void) { }
|
|
|
static inline int tick_oneshot_mode_active(void) { return 0; }
|
|
|
# endif
|
|
|
|
|
@@ -121,7 +121,7 @@ static inline void tick_init(void) { }
|
|
|
static inline void tick_cancel_sched_timer(int cpu) { }
|
|
|
static inline void tick_clock_notify(void) { }
|
|
|
static inline int tick_check_oneshot_change(int allow_nohz) { return 0; }
|
|
|
-static inline void tick_check_idle(void) { }
|
|
|
+static inline void tick_irq_enter(void) { }
|
|
|
static inline int tick_oneshot_mode_active(void) { return 0; }
|
|
|
#endif /* !CONFIG_GENERIC_CLOCKEVENTS */
|
|
|
|