aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
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);
1843extern void sched_clock_idle_wakeup_event(u64 delta_ns); 1843extern void sched_clock_idle_wakeup_event(u64 delta_ns);
1844 1844
1845#ifdef CONFIG_HOTPLUG_CPU 1845#ifdef CONFIG_HOTPLUG_CPU
1846extern void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p);
1846extern void idle_task_exit(void); 1847extern void idle_task_exit(void);
1847#else 1848#else
1848static inline void idle_task_exit(void) {} 1849static inline void idle_task_exit(void) {}