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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 3cd70cf91fd..29d953abb5a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1871,14 +1871,11 @@ extern void sched_clock_idle_sleep_event(void);
1871extern void sched_clock_idle_wakeup_event(u64 delta_ns); 1871extern void sched_clock_idle_wakeup_event(u64 delta_ns);
1872 1872
1873#ifdef CONFIG_HOTPLUG_CPU 1873#ifdef CONFIG_HOTPLUG_CPU
1874extern void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p);
1875extern void idle_task_exit(void); 1874extern void idle_task_exit(void);
1876#else 1875#else
1877static inline void idle_task_exit(void) {} 1876static inline void idle_task_exit(void) {}
1878#endif 1877#endif
1879 1878
1880extern void sched_idle_next(void);
1881
1882#if defined(CONFIG_NO_HZ) && defined(CONFIG_SMP) 1879#if defined(CONFIG_NO_HZ) && defined(CONFIG_SMP)
1883extern void wake_up_idle_cpu(int cpu); 1880extern void wake_up_idle_cpu(int cpu);
1884#else 1881#else