Revert "fs,kernel,mm: tune to Ktweak balance"
This reverts commit 50e7a3b302
.
This commit is contained in:
parent
afd9b3fd16
commit
8ce8f6324e
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ EXPORT_SYMBOL_GPL(sysctl_sched_features);
|
|||
#if !defined(CONFIG_ANDROID)
|
||||
const_debug unsigned int sysctl_sched_nr_migrate = 32;
|
||||
#else
|
||||
const_debug unsigned int sysctl_sched_nr_migrate = 32;
|
||||
const_debug unsigned int sysctl_sched_nr_migrate = 8;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -88,7 +88,7 @@ unsigned int sysctl_sched_child_runs_first __read_mostly;
|
|||
unsigned int sysctl_sched_wakeup_granularity = 1000000UL;
|
||||
static unsigned int normalized_sysctl_sched_wakeup_granularity = 1000000UL;
|
||||
|
||||
const_debug unsigned int sysctl_sched_migration_cost = 500000UL;
|
||||
unsigned int __read_mostly sysctl_sched_migration_cost = 500000UL;
|
||||
|
||||
int sched_thermal_decay_shift;
|
||||
static int __init setup_sched_thermal_decay_shift(char *str)
|
||||
|
|
Loading…
Add table
Reference in a new issue