Thomas Gleixner
a5a1d1c291
clocksource: Use a plain u64 instead of cycle_t
...
There is no point in having an extra type for extra confusion. u64 is
unambiguous.
Conversion was done with the following coccinelle script:
@rem@
@@
-typedef u64 cycle_t;
@fix@
typedef cycle_t;
@@
-cycle_t
+u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
2016-12-25 11:04:12 +01:00
..
2016-10-28 08:48:16 -06:00
2016-10-22 17:05:52 -04:00
2016-12-25 11:04:12 +01:00
2016-11-14 16:42:58 -05:00
2016-10-12 10:23:41 -07:00
2016-04-02 01:09:12 +02:00
2015-11-03 16:19:02 -05:00
2016-12-15 13:49:34 -08:00
2011-09-27 22:53:27 +02:00
2016-12-09 09:16:15 -05:00
2016-12-09 09:13:30 -05:00
2016-11-23 20:30:51 -05:00
2015-05-12 15:56:57 -04:00
2016-11-15 15:13:59 -05:00
2016-05-17 16:26:30 -07:00
2011-08-19 14:35:59 -04:00
2016-11-14 16:42:59 -05:00
2016-08-02 15:16:30 -04:00
2016-09-23 09:47:59 -04:00
2016-12-09 09:15:41 -05:00
2015-11-02 14:28:05 -05:00
2016-12-09 09:21:35 -05:00
2016-06-20 09:54:19 -04:00
2016-11-23 20:30:51 -05:00
2016-12-25 11:04:12 +01:00
2015-09-30 15:22:55 -04:00
2016-12-12 21:21:43 -05:00
2016-06-20 09:54:22 -04:00
2016-03-08 11:23:57 -05:00
2016-11-15 15:13:59 -05:00
2015-09-28 10:16:12 -04:00
2016-06-20 09:46:12 -04:00
2016-08-23 17:06:38 -03:00
2016-08-23 17:06:38 -03:00
2015-10-06 17:08:15 +02:00
2016-12-25 11:04:12 +01:00
2011-05-18 19:24:51 -04:00
2014-10-12 07:28:55 -04:00
2015-02-13 21:21:37 -08:00
2016-02-19 12:36:44 -05:00
2016-03-22 15:36:02 -07:00
2016-09-29 10:25:23 +02:00
2016-10-06 11:48:41 -07:00
2016-12-25 11:04:12 +01:00
2016-12-25 11:04:12 +01:00
2016-04-26 09:40:30 -04:00
2016-04-19 12:16:06 -04:00