Message ID | 000801d1f261$d69fc740$83df55c0$@net (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index 8b2bdb7..909d441 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c @@ -1313,7 +1313,7 @@ static inline int32_t get_target_pstate_default(struct cpudata *cpu) cpu->iowait_boost >>= 1; pstate = cpu->pstate.turbo_pstate; - return fp_toint((pstate + (pstate >> 2)) * busy_frac); + return fp_toint((pstate + (pstate >> 1)) * busy_frac); } static inline void intel_pstate_update_pstate(struct cpudata *cpu, int pstate)