1
0
Fork 0
alistair23-linux/arch/arm/mach-footbridge
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
..
include/mach ARM: document and update UNCACHEABLE_ADDR definitions 2016-08-26 15:10:19 +01:00
Kconfig ARM: 8530/1: remove VIRT_TO_BUS 2016-02-22 16:55:42 +00:00
Makefile kbuild: remove unnecessary variable initializaions 2014-10-02 13:55:02 +02:00
Makefile.boot
cats-hw.c ARM: 8025/1: Get rid of meminfo 2014-06-01 01:17:12 +01:00
cats-pci.c
common.c ARM: kill off set_irq_flags usage 2015-07-28 13:58:13 +02:00
common.h
dc21285-timer.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
dc21285.c
dma.c remove <asm/scatterlist.h> 2015-05-05 13:35:39 -06:00
ebsa285-pci.c
ebsa285.c
isa-irq.c genirq: Remove irq argument from irq flow handlers 2015-09-16 15:47:51 +02:00
isa-rtc.c
isa-timer.c
isa.c
netwinder-hw.c ARM: 8025/1: Get rid of meminfo 2014-06-01 01:17:12 +01:00
netwinder-pci.c
personal-pci.c
personal.c