mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
sched/fair: Decrease migration cost
Change-Id: I7dc33271807facad1e1e33c97e82c9aa69112b78 Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
4ebe5e8b7e
commit
09cae8f066
@ -150,7 +150,7 @@ unsigned int __read_mostly sysctl_sched_energy_aware = 1;
|
||||
unsigned int sysctl_sched_wakeup_granularity = 200000UL;
|
||||
unsigned int normalized_sysctl_sched_wakeup_granularity = 200000UL;
|
||||
|
||||
unsigned int __read_mostly sysctl_sched_migration_cost = 2000000UL;
|
||||
unsigned int __read_mostly sysctl_sched_migration_cost = 500000UL;
|
||||
DEFINE_PER_CPU_READ_MOSTLY(int, sched_load_boost);
|
||||
|
||||
#ifdef CONFIG_SCHED_WALT
|
||||
|
Loading…
x
Reference in New Issue
Block a user