diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-12-01 16:39:51 +0300 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-12-01 16:39:51 +0300 |
| commit | 4e28ec3d5fe0b994fe87b2406d75d9c351ef4940 (patch) | |
| tree | af6fbb01ca736ff7e9f57bed685508bd74fc7cac /include/linux/cpu.h | |
| parent | a2c1bc645e87346150516b3abf1933ed29d0f48b (diff) | |
| parent | 6af33995318fdfb4914fb1c5e67450fdb3d32084 (diff) | |
| download | linux-4e28ec3d5fe0b994fe87b2406d75d9c351ef4940.tar.xz | |
Merge back earlier cpuidle material for v4.10.
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); int cpu_report_state(int cpu); int cpu_check_up_prepare(int cpu); void cpu_set_state_online(int cpu); +void play_idle(unsigned long duration_ms); + #ifdef CONFIG_HOTPLUG_CPU bool cpu_wait_death(unsigned int cpu, int seconds); bool cpu_report_death(void); |
