commit | 4b2f0b033a294e6c19d57c5d0a66c000f6299559 | [log] [tgz] |
---|---|---|
author | tuukka.tikkanen@linaro.org <tuukka.tikkanen@linaro.org> | Mon Feb 24 08:29:37 2014 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Mar 07 12:55:17 2014 +0100 |
tree | 94f9b73ad4d9acbbdd073c6becd6881857599b0b | |
parent | 96e95182e95fd4e0069ff4d6ee1888fe9031d154 [diff] |
cpuidle: poll state can measure residency For some platforms, a poll state is inserted in the cpuidle driver states. The flags for the state do not indicate that timekeeping is not affected. As the state does not do anything apart from calling cpu_relax(), the times returned by ktime_get should remain valid. Add the missing flag. Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>