mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
sched: debug: Remove the cfs bandwidth timer_active printout
The struct member is gone. Reported-by: fengguang.wu@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org>
This commit is contained in:
parent
9183034879
commit
b484403b9a
1 changed files with 0 additions and 2 deletions
|
@ -230,8 +230,6 @@ void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_CFS_BANDWIDTH
|
#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",
|
SEQ_printf(m, " .%-30s: %d\n", "throttled",
|
||||||
cfs_rq->throttled);
|
cfs_rq->throttled);
|
||||||
SEQ_printf(m, " .%-30s: %d\n", "throttle_count",
|
SEQ_printf(m, " .%-30s: %d\n", "throttle_count",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue