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

Commit b484403b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

sched: debug: Remove the cfs bandwidth timer_active printout



The struct member is gone.

Reported-by: default avatar <fengguang.wu@intel.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
parent 91830348
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -230,8 +230,6 @@ void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
#endif
#endif
#ifdef CONFIG_CFS_BANDWIDTH
	SEQ_printf(m, "  .%-30s: %d\n", "tg->cfs_bandwidth.timer_active",
			cfs_rq->tg->cfs_bandwidth.timer_active);
	SEQ_printf(m, "  .%-30s: %d\n", "throttled",
			cfs_rq->throttled);
	SEQ_printf(m, "  .%-30s: %d\n", "throttle_count",