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

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

Merge "sched: Add stub function for sched_get_cpus_busy()"

parents 1648f9de d04bde13
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1976,6 +1976,8 @@ static inline unsigned long sched_get_busy(int cpu)
{
	return 0;
}
static inline void sched_get_cpus_busy(unsigned long *busy,
				const struct cpumask *query_cpus) {};
static inline void sched_set_io_is_busy(int val) {};
#endif