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-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-14 17:25:18 -08:00
2016-12-24 11:46:01 -08:00
2016-08-31 14:47:54 +02:00
2014-01-07 13:50:28 +01:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2014-07-09 16:59:15 -07:00
2012-03-28 18:30:03 +01:00
2016-12-24 11:46:01 -08:00
2016-07-14 16:21:53 +09:00
2016-12-24 11:46:01 -08:00
2015-09-20 19:32:35 -07:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-25 11:04:12 +01:00
2016-12-13 12:11:01 -08:00
2016-12-24 11:46:01 -08:00
2016-08-05 09:48:22 -04:00
2016-12-24 11:46:01 -08:00
2011-03-31 11:26:23 -03:00
2016-08-31 15:21:18 +02:00
2015-08-05 10:35:49 -07:00
2016-12-24 11:46:01 -08:00
2016-12-14 16:04:09 -08:00
2016-12-24 11:46:01 -08:00
2016-02-08 14:57:30 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-06-29 17:33:46 +10:00
2016-11-29 20:25:34 +01:00
2016-01-22 18:04:28 -05:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2013-10-16 12:36:10 -07:00
2016-12-24 11:46:01 -08:00
2013-10-16 12:36:10 -07:00
2016-11-29 20:25:34 +01:00
2011-01-10 08:51:44 -08:00
2016-12-24 11:46:01 -08:00
2016-10-05 18:36:18 -04:00
2016-11-10 15:18:56 +01:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-09-13 17:30:17 +02:00
2010-11-17 08:59:32 -08:00
2016-12-15 06:59:15 +02:00