commit | 259231a045616c4101d023a8f4dcc8379af265a6 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Wed Jul 03 20:51:26 2019 -0300 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jul 30 17:27:37 2019 +0200 |
tree | 633877050928b1b22ee77920d79b5bc548f29471 | |
parent | fa86ee90eb1111267de67cb4272b5ce711f18cbb [diff] |
cpuidle: add poll_limit_ns to cpuidle_device structure Add a poll_limit_ns variable to cpuidle_device structure. Calculate and configure it in the new cpuidle_poll_time function, in case its zero. Individual governors are allowed to override this value. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>