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
..
2014-05-18 19:01:30 -07:00
2014-05-18 19:01:29 -07:00
2016-08-07 23:55:43 -04:00
2016-08-07 23:55:43 -04:00
2016-08-07 23:55:43 -04:00
2016-11-18 11:16:59 -08:00
2016-08-07 23:55:43 -04:00
2016-07-27 22:53:17 -07:00
2015-03-19 10:17:22 -05:00
2016-12-11 18:01:51 -08:00
2014-12-14 16:10:09 -08:00
2015-03-19 18:54:49 -07:00
2014-08-26 13:45:55 -04:00
2014-07-21 22:27:56 -07:00
2014-09-30 14:17:08 -07:00