commit | 800fb34a99ce7d22dca839c90f869c7a12b50f70 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Dec 03 13:32:53 2018 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Dec 11 12:07:07 2018 +0100 |
tree | b680b5950b8a9e998f6108a4f99c16760037b95c | |
parent | aa5eee355b466cb33f97f79bed9740a472c4ab73 [diff] |
cpuidle: poll_state: Disregard disable idle states When computing the limit of time to spend in the loop in poll_idle(), use the target residency of the first enabled idle state deeper than state 0 instead of always using the target residency of state 1. This helps when state 1 is disabled for diagnostics, for instance. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>