Skip to content

Commit 1b5f145

Browse files
Feng LeeKAGA-KOKO
authored andcommitted
sched/idle: Remove play_idle()
play_idle() is no longer in use, so delete it. Signed-off-by: Feng Lee <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 8671bad commit 1b5f145

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/linux/cpu.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,6 @@ static inline void arch_cpu_finalize_init(void) { }
187187

188188
void play_idle_precise(u64 duration_ns, u64 latency_ns);
189189

190-
static inline void play_idle(unsigned long duration_us)
191-
{
192-
play_idle_precise(duration_us * NSEC_PER_USEC, U64_MAX);
193-
}
194-
195190
#ifdef CONFIG_HOTPLUG_CPU
196191
void cpuhp_report_idle_dead(void);
197192
#else

0 commit comments

Comments
 (0)