diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2020-11-10 18:39:04 +0100 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2020-11-10 18:39:04 +0100 |
| commit | 12fa97c64dce2f3c2e6eed5dc618bb9046e40bf0 (patch) | |
| tree | ab8c2f7728b8fa678fdbca80d5e0206edf3a51bc /include/linux/sched | |
| parent | b6d37a764a5b852db63101b3f2db0e699574b903 (diff) | |
| parent | c777d847107e80df24dae87fc9cf4b4c0bf4dfed (diff) | |
Merge branch 'sched/migrate-disable'
Diffstat (limited to 'include/linux/sched')
| -rw-r--r-- | include/linux/sched/hotplug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched/hotplug.h b/include/linux/sched/hotplug.h index 9a62ffdd296f..412cdaba33eb 100644 --- a/include/linux/sched/hotplug.h +++ b/include/linux/sched/hotplug.h @@ -11,8 +11,10 @@ extern int sched_cpu_activate(unsigned int cpu); extern int sched_cpu_deactivate(unsigned int cpu); #ifdef CONFIG_HOTPLUG_CPU +extern int sched_cpu_wait_empty(unsigned int cpu); extern int sched_cpu_dying(unsigned int cpu); #else +# define sched_cpu_wait_empty NULL # define sched_cpu_dying NULL #endif |
