diff options
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index b886dc17f2f3..ac0efae38072 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
@@ -245,6 +245,8 @@ void arch_cpu_idle_dead(void); | |||
245 | int cpu_report_state(int cpu); | 245 | int cpu_report_state(int cpu); |
246 | int cpu_check_up_prepare(int cpu); | 246 | int cpu_check_up_prepare(int cpu); |
247 | void cpu_set_state_online(int cpu); | 247 | void cpu_set_state_online(int cpu); |
248 | void play_idle(unsigned long duration_ms); | ||
249 | |||
248 | #ifdef CONFIG_HOTPLUG_CPU | 250 | #ifdef CONFIG_HOTPLUG_CPU |
249 | bool cpu_wait_death(unsigned int cpu, int seconds); | 251 | bool cpu_wait_death(unsigned int cpu, int seconds); |
250 | bool cpu_report_death(void); | 252 | bool cpu_report_death(void); |