aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-04-23 13:58:09 +0200
committerThomas Gleixner <tglx@linutronix.de>2015-04-23 13:58:09 +0200
commitb484403b9abe5f444ae2fee6a249759bb3c35bcf (patch)
tree40c7dc7007fe7d361ba407524a544596ea781bf1 /kernel
parentperf: perf_mux_hrtimer_cancel() can be static (diff)
downloadlinux-b484403b9abe5f444ae2fee6a249759bb3c35bcf.tar.gz
linux-b484403b9abe5f444ae2fee6a249759bb3c35bcf.zip
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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched/debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
index a245c1fc6f0a..f94724eda407 100644
--- 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",
ommit/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts?id=db3f02df1853acf4d678bcddb3f1eab23219b410&follow=1'>riscv: dts: sifive unmatched: Add gpio poweroffRon Economos1-0/+5 2022-01-20riscv: canaan: remove useless select of non-existing config SYSCONLukas Bulwahn1-1/+0 2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra11-136/+130 2022-01-20RISC-V: Move spinwait booting method to its own configAtish Patra5-5/+30 2022-01-20RISC-V: Move the entire hart selection via lottery to SMPAtish Patra1-2/+6 2022-01-20RISC-V: Use __cpu_up_stack/task_pointer only for spinwait methodAtish Patra5-23/+30 2022-01-20RISC-V: Do not print the SBI version during HSM extension boot printAtish Patra1-1/+1 2022-01-20RISC-V: Avoid using per cpu array for ordered bootingAtish Patra4-15/+58 2022-01-20riscv: default to CONFIG_RISCV_SBI_V01=nHeinrich Schuchardt1-1/+0 2022-01-20ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409Stefan Binding1-0/+2 2022-01-20block: Fix wrong offset in bio_truncate()OGAWA Hirofumi1-1/+2 2022-01-20arm64: mm: apply __ro_after_init to memory_limitPeng Fan1-1/+1 2022-01-20arm64: atomics: lse: Dereference matching sizeKees Cook2-2/+2 2022-01-20asm-generic: Add missing brackets for io_stop_wc macroXiongfeng Wang1-1/+1 2022-01-20gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li1-1/+1 2022-01-20gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li1-1/+1 2022-01-20lib: remove redundant assignment to variable retColin Ian King1-2/+0 2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook3-36/+0 2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver2-1/+3 2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor1-0/+1 2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor1-2/+1 2022-01-20arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBNathan Chancellor1-0/+4