linux_dsm_epyc7002/arch/ia64/sn/kernel
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
..
sn2 clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
bte_error.c
bte.c
huberror.c
idle.c
io_acpi_init.c ia64/PCI: Remove unused 'addr' and fix build warning 2016-05-05 10:29:14 -07:00
io_common.c
io_init.c ia64/PCI: Fix incorrect PCI resource end address 2016-05-05 10:29:13 -07:00
iomv.c
irq.c
klconflib.c
machvec.c
Makefile
mca.c ia64: don't use module_init for non-modular core kernel/mca.c code 2015-06-16 14:12:30 -04:00
msi_sn.c ia64/irq: Use access helper irq_data_get_affinity_mask() 2015-07-27 13:36:37 +02:00
pio_phys.S
setup.c
tiocx.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00