1
0
Fork 0
alistair23-linux/arch/mips/alchemy
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
devboards pcmcia: db1xxx_ss: fix last irq_to_gpio user 2016-03-29 22:48:53 +02:00
Kconfig MIPS: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB 2016-05-11 13:52:05 +02:00
Makefile MIPS: Alchemy: merge GPR/MTX-1/XXS1500 board code into single files 2011-12-07 22:02:06 +00:00
Platform MIPS: Alchemy: Unify Devboard support. 2014-03-26 23:09:21 +01:00
board-gpr.c MIPS: Remove all the uses of custom gpio.h 2015-09-03 12:08:02 +02:00
board-mtx1.c MIPS: Remove all the uses of custom gpio.h 2015-09-03 12:08:02 +02:00
board-xxs1500.c MIPS: Alchemy: introduce helpers to access SYS register block. 2014-07-30 13:53:28 +02:00