mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
cpu/hotplug: Remove unused state functions
All users converted to the hotplug core mechanism. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name> Tested-by: Helge Deller <deller@gmx.de> # parisc Tested-by: Guilherme G. Piccoli <gpiccoli@igalia.com> # Steam Deck Link: https://lore.kernel.org/r/20230512205256.972894276@linutronix.de
This commit is contained in:
committed by
Peter Zijlstra
parent
72b11aa7f8
commit
bc088f9a0d
@@ -193,8 +193,6 @@ static inline void play_idle(unsigned long duration_us)
|
||||
}
|
||||
|
||||
#ifdef CONFIG_HOTPLUG_CPU
|
||||
bool cpu_wait_death(unsigned int cpu, int seconds);
|
||||
bool cpu_report_death(void);
|
||||
void cpuhp_report_idle_dead(void);
|
||||
#else
|
||||
static inline void cpuhp_report_idle_dead(void) { }
|
||||
|
||||
Reference in New Issue
Block a user