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

Commit 6a0ab408 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: walt: move walt_stats member in cfs_rq under CFS_BANDWIDTH"

parents a5a732ae 71cf4ceb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -617,11 +617,10 @@ struct cfs_rq {
	struct list_head	leaf_cfs_rq_list;
	struct task_group	*tg;	/* group that "owns" this runqueue */

#ifdef CONFIG_CFS_BANDWIDTH
#ifdef CONFIG_SCHED_WALT
	struct walt_sched_stats walt_stats;
#endif

#ifdef CONFIG_CFS_BANDWIDTH
	int			runtime_enabled;
	s64			runtime_remaining;