linux_dsm_epyc7002/arch/arm/mach-mmp
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
..
addr-map.h
aspenite.c
avengers_lite.c
brownstone.c
clock-mmp2.c
clock-pxa168.c
clock-pxa910.c
clock.c
clock.h
common.c
common.h
cputype.h
devices.c
devices.h
flint.c
gplugd.c
irqs.h
jasper.c
Kconfig
Makefile
mfp-mmp2.h
mfp-pxa168.h
mfp-pxa910.h
mfp.h
mmp2-dt.c
mmp2.c
mmp2.h
mmp-dt.c
pm-mmp2.c
pm-mmp2.h
pm-pxa910.c
pm-pxa910.h
pxa168.c
pxa168.h
pxa910.c
pxa910.h
regs-apbc.h
regs-apmu.h
regs-icu.h
regs-timers.h
regs-usb.h
sram.c
tavorevb.c
teton_bga.c
teton_bga.h
time.c
ttc_dkb.c