Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aa25909 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "nohz: Fix local_timer_softirq_pending()"

parents 3407ea13 218a1100
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -682,7 +682,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_stop_sched_tick(struct tick_sched *ts,
static ktime_t tick_nohz_stop_sched_tick(struct tick_sched *ts,