|
@@ -642,7 +642,7 @@ static void tick_nohz_restart(struct tick_sched *ts, ktime_t now)
|
|
|
|
|
|
static inline bool local_timer_softirq_pending(void)
|
|
static inline bool local_timer_softirq_pending(void)
|
|
{
|
|
{
|
|
- return local_softirq_pending() & TIMER_SOFTIRQ;
|
|
|
|
|
|
+ return local_softirq_pending() & BIT(TIMER_SOFTIRQ);
|
|
}
|
|
}
|
|
|
|
|
|
static ktime_t tick_nohz_next_event(struct tick_sched *ts, int cpu)
|
|
static ktime_t tick_nohz_next_event(struct tick_sched *ts, int cpu)
|