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
..
2015-04-12 20:58:25 +02:00
2015-09-01 14:33:35 -07:00
2016-12-25 11:04:12 +01:00
2013-09-10 14:54:59 -07:00
2010-10-27 17:28:52 +01:00
2010-10-27 17:28:52 +01:00
2016-03-17 15:09:34 -07:00
2016-12-24 11:46:01 -08:00
2010-10-27 17:28:55 +01:00
2012-03-28 18:30:02 +01:00
2009-04-10 14:33:48 +01:00
2012-03-28 18:30:02 +01:00
2008-02-08 09:22:30 -08:00
2012-03-28 18:30:02 +01:00
2010-10-27 17:28:55 +01:00
2012-10-01 00:53:24 -04:00
2008-02-08 09:22:30 -08:00
2015-07-31 22:20:04 +02:00
2016-06-24 15:09:37 -07:00
2010-10-27 17:28:46 +01:00
2012-10-01 00:53:59 -04:00
2016-12-24 11:46:01 -08:00
2008-02-08 09:22:30 -08:00
2012-12-12 15:46:14 +00:00
2014-03-04 21:47:51 +01:00
2012-12-12 15:46:14 +00:00
2010-10-27 17:28:55 +01:00
2014-03-04 17:37:53 +01:00
2011-07-24 22:06:04 +09:30
2016-12-24 11:46:01 -08:00
2008-02-08 09:22:30 -08:00
2010-10-27 17:28:55 +01:00
2016-12-24 11:46:01 -08:00
2016-06-26 01:20:08 +02:00
2016-12-24 11:46:01 -08:00
2008-02-08 09:22:30 -08:00
2016-12-24 11:46:01 -08:00
2012-03-28 18:30:02 +01:00
2016-03-01 20:36:57 +01:00
2011-03-18 16:54:32 +00:00
2016-12-24 11:46:01 -08:00
2011-03-18 16:52:50 +00:00
2013-04-30 17:04:02 -07:00
2016-10-07 18:46:30 -07:00