Merge branch 'sched/migrate-disable'
This commit is contained in:
commit
12fa97c64d
19 changed files with 1056 additions and 245 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue