projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9183034
)
sched: debug: Remove the cfs bandwidth timer_active printout
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 23 Apr 2015 11:58:09 +0000
(13:58 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 23 Apr 2015 11:58:09 +0000
(13:58 +0200)
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>
kernel/sched/debug.c
patch
|
blob
|
history
diff --git
a/kernel/sched/debug.c
b/kernel/sched/debug.c
index
a245c1f
..
f94724e
100644
(file)
--- a/
kernel/sched/debug.c
+++ b/
kernel/sched/debug.c
@@
-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",