1
0
Fork 0
alistair23-linux/arch/mips/netlogic
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
..
common clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
xlp MIPS: Define & use CP0_EBase bit definitions 2016-05-13 15:30:25 +02:00
xlr MIPS: Define & use CP0_EBase bit definitions 2016-05-13 15:30:25 +02:00
Kconfig MIPS: Netlogic: Add built-in dts for XLP5xx boards 2015-04-01 17:21:54 +02:00
Makefile MIPS: Netlogic: Move device-trees to arch/mips/boot/dts/ 2014-09-22 13:35:50 +02:00
Platform MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00