Revert "sched: core: Minimize number of tasks to load balance"
This reverts commit e983caf81d
.
This commit is contained in:
parent
f37c1e4577
commit
d03ac752be
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ EXPORT_SYMBOL_GPL(sysctl_sched_features);
|
||||||
* Limited because this is done with IRQs disabled.
|
* Limited because this is done with IRQs disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(CONFIG_ANDROID)
|
#if !defined(CONFIG_ANDROID)
|
||||||
const_debug unsigned int sysctl_sched_nr_migrate = NR_CPUS;
|
const_debug unsigned int sysctl_sched_nr_migrate = 32;
|
||||||
#else
|
#else
|
||||||
const_debug unsigned int sysctl_sched_nr_migrate = 32;
|
const_debug unsigned int sysctl_sched_nr_migrate = 32;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue