commit | 72e624de6e6f0d5a638fbc23842aa76ae048e9e7 | [log] [tgz] |
---|---|---|
author | Abhilash Jindal <klock.android@gmail.com> | Tue Aug 11 12:01:22 2015 -0400 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Sep 01 15:51:43 2015 +0200 |
tree | 5752040aa7d5293ce0aa33a122f9900aa1f0fb63 | |
parent | 309d0631cc329ca1051c631c89e0acc9b752cb4d [diff] |
cpufreq: speedstep-lib: Use monotonic clock Wall time obtained from do_gettimeofday is susceptible to sudden jumps due to user setting the time or due to NTP. Monotonic time is constantly increasing time better suited for comparing two timestamps. Signed-off-by: Abhilash Jindal <klock.android@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>