diff options
author | Shraddha Barke <[email protected]> | 2015-10-22 20:29:54 +0530 |
---|---|---|
committer | Brian Norris <[email protected]> | 2015-10-26 13:23:47 -0700 |
commit | af30c0a00aa0d086a820c2ec75544c07611834d7 (patch) | |
tree | dda7cb78cca78a868a9d6340d307bfee82f806be /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e278fc71b2c63905d3631b8d7b12ab7bcba9d2be (diff) |
mtd: tests: Replace timeval with ktime_t
Changes the 32-bit time type timeval to the 64-bit time type
ktime_t, since 32-bit systems using struct timeval will break in the
year 2038. Correspondingly change do_gettimeofday() to ktime_get()
since ktime_get returns a ktime_t, but do_gettimeofday returns a
struct timeval.Here, ktime_get() is used instead of ktime_get_real()
since ktime_get() uses monotonic clock.
Signed-off-by: Shraddha Barke <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions