Tina Ruchandani ebf918cf99 isdn: Use ktime_t instead of 'struct timeval'
'struct timeval' uses 32-bit representation for seconds which will
overflow in year 2038 and beyond. mISDN/clock.c needs to compute and
store elapsed time in intervals of 125 microseconds. This patch replaces
the usage of 'struct timeval' with 64-bit ktime_t which is y2038 safe.
The patch also replaces do_gettimeofday() (wall-clock time) with
ktime_get() (monotonic time) since we only care about elapsed time here.

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Suggested-by: Arnd Bergmnann <arnd@arndb.de>
Suggested-by: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-20 16:47:13 -04:00
..
2015-10-17 21:22:08 -07:00
2015-10-07 18:08:15 +01:00
2016-03-04 23:50:27 -06:00
2016-03-18 10:15:11 -07:00
2016-01-05 18:04:58 +01:00
2015-11-16 15:41:49 +00:00
2015-12-23 08:37:10 -07:00
2016-02-11 10:07:18 -05:00
2016-03-19 15:38:41 -07:00
2016-03-15 16:55:16 -07:00
2015-12-22 09:38:34 -07:00
2016-02-09 12:42:17 -07:00
2015-12-06 12:46:31 +01:00
2016-03-08 15:28:31 -05:00
2016-03-11 21:19:16 +08:00
2015-09-04 16:54:41 -07:00
2016-03-17 20:03:47 -07:00
2016-02-26 13:28:35 +02:00
2016-02-07 17:34:58 -08:00
2016-02-21 09:34:05 -05:00
2015-12-28 13:41:50 +01:00
2016-03-19 15:38:41 -07:00
2016-01-15 17:56:32 -08:00
2015-11-25 09:22:00 -07:00
2016-03-11 14:58:58 -05:00
2015-10-23 05:44:28 -07:00
2016-02-11 09:59:22 -05:00
2016-01-20 17:09:18 -08:00
2016-03-16 17:45:56 -07:00
2015-10-01 15:06:43 +02:00
2015-12-14 10:03:46 +01:00
2016-03-17 22:13:41 -07:00
2016-01-28 14:19:12 -08:00
2016-01-15 17:56:32 -08:00
2016-03-09 15:43:42 -08:00
2016-01-15 17:56:32 -08:00
2016-03-17 13:47:50 -07:00
2015-10-27 18:55:31 -07:00
2016-03-17 15:09:34 -07:00
2015-10-20 22:10:45 +08:00
2016-03-05 12:24:06 -08:00
2016-03-09 16:36:13 -05:00
2016-01-14 16:08:23 -08:00
2016-02-08 15:20:01 -05:00
2016-03-19 15:15:07 -07:00
2015-09-10 13:29:01 -07:00
2016-03-19 15:38:41 -07:00
2016-02-11 18:35:48 -08:00
2016-02-11 18:35:48 -08:00
2016-03-14 15:43:11 -04:00
2016-02-10 01:11:54 +01:00
2016-03-09 15:15:32 -08:00
2015-10-06 17:08:19 +02:00
2015-10-22 08:59:18 -07:00
2016-03-17 15:09:34 -07:00
2016-03-09 16:36:13 -05:00
2015-11-16 09:23:47 +01:00
2016-01-10 22:13:15 -05:00
2016-01-04 16:11:11 -05:00
2016-03-15 16:55:16 -07:00
2016-03-17 15:09:34 -07:00
2015-11-13 21:53:18 -08:00
2015-10-01 09:57:59 -07:00
2015-10-19 01:01:21 +02:00
2016-01-28 14:13:44 -08:00
2015-11-23 09:44:58 +01:00
2016-02-22 16:10:08 -07:00
2016-01-12 20:47:02 +02:00
2016-01-14 16:00:49 -08:00
2015-12-03 07:24:29 -08:00
2015-09-08 15:35:28 -07:00