]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tick: Remove unnused tick_nohz_get_idle_calls()
authorChristian Loehle <christian.loehle@arm.com>
Mon, 17 Jun 2024 16:16:15 +0000 (17:16 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Jun 2024 16:10:15 +0000 (18:10 +0200)
commit9403408e122628a6dc7154a95716f00dae3747c7
treec8980103931c7287d6f3ef9c2f8af43c37a79fb7
parent02ecee07ca30f76f2a0f1381661a688b8e501ab0
tick: Remove unnused tick_nohz_get_idle_calls()

The function returns the idle calls counter for the current cpu and
therefore usually isn't what the caller wants. It is unnused since
commit 466a2b42d676 ("cpufreq: schedutil: Use idle_calls counter of the
remote CPU")

Signed-off-by: Christian Loehle <christian.loehle@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240617161615.49309-1-christian.loehle@arm.com
include/linux/tick.h
kernel/time/tick-sched.c