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

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

Merge "sched: qhmp: Fix compilation for IRQ_TIME_ACCOUNTING"

parents 91750352 50ee0f8b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1084,6 +1084,12 @@ static inline int sched_cpu_high_irqload(int cpu) { return 0; }

#endif	/* CONFIG_SCHED_HMP */

/* cycle counter based accounting is not available in QHMP. */
static inline void sched_account_irqstart(int cpu, struct task_struct *curr,
					  u64 wallclock)
{
}

#ifdef CONFIG_SCHED_FREQ_INPUT
extern void check_for_freq_change(struct rq *rq);