diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 43c945152732..8bea40725c76 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1843,6 +1843,7 @@ extern void sched_clock_idle_sleep_event(void); | |||
1843 | extern void sched_clock_idle_wakeup_event(u64 delta_ns); | 1843 | extern void sched_clock_idle_wakeup_event(u64 delta_ns); |
1844 | 1844 | ||
1845 | #ifdef CONFIG_HOTPLUG_CPU | 1845 | #ifdef CONFIG_HOTPLUG_CPU |
1846 | extern void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p); | ||
1846 | extern void idle_task_exit(void); | 1847 | extern void idle_task_exit(void); |
1847 | #else | 1848 | #else |
1848 | static inline void idle_task_exit(void) {} | 1849 | static inline void idle_task_exit(void) {} |