Searched hist:"36 fcb4292473cb9c9ce7706d038bcf0eda5cabeb" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/cpuidle/ |
H A D | cpuidle.c | diff 36fcb4292473cb9c9ce7706d038bcf0eda5cabeb Fri Dec 06 16:07:41 CET 2019 Marcelo Tosatti <mtosatti@redhat.com> cpuidle: use first valid target residency as poll time
Commit 259231a04561 ("cpuidle: add poll_limit_ns to cpuidle_device structure") changed, by mistake, the target residency from the first available sleep state to the last available sleep state (which should be longer).
This might cause excessive polling.
Fixes: 259231a04561 ("cpuidle: add poll_limit_ns to cpuidle_device structure") Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Cc: 5.4+ <stable@vger.kernel.org> # 5.4+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|