Skip to content

Commit 1249fd6

Browse files
mady51DhineshCool
authored andcommitted
Tweak cpuidle governor to enter deep C state faster
1 parent c882c2b commit 1249fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/cpuidle/governors

drivers/cpuidle/governors/menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static inline int performance_multiplier(unsigned long nr_iowaiters, unsigned lo
182182
/* mult += 2 * get_loadavg(); */
183183

184184
/* for IO wait tasks (per cpu!) we add 5x each */
185-
mult += 10 * nr_iowaiters;
185+
mult += 2 * nr_iowaiters;
186186

187187
return mult;
188188
}

0 commit comments

Comments
 (0)