sched: _cpu_down(): Don't play with current->cpus_allowed
[firefly-linux-kernel-4.4.55.git] / include / linux / sched.h
index 5f317d65db6afd53d66d8a64d65d2b0d15e95bc6..2cf9eb0c75d1cac186d7eed286402ea07909d2cb 100644 (file)
@@ -1887,6 +1887,7 @@ extern void sched_clock_idle_sleep_event(void);
 extern void sched_clock_idle_wakeup_event(u64 delta_ns);
 
 #ifdef CONFIG_HOTPLUG_CPU
+extern void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p);
 extern void idle_task_exit(void);
 #else
 static inline void idle_task_exit(void) {}