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

Commit c1a184f2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "kernel: tick-sched: Fix compilation error on 32-bit" into msm-4.9

parents f431cbf7 3ac7057a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1165,7 +1165,7 @@ void tick_irq_enter(void)
static void update_rq_stats(void)
{
	unsigned long jiffy_gap = 0;
	unsigned int rq_avg = 0;
	unsigned long long rq_avg = 0;
	unsigned long flags = 0;

	jiffy_gap = jiffies - rq_info.rq_poll_last_jiffy;