alistair23-linux/arch/mips/loongson64/loongson-3
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
..
acpi_init.c MIPS: Loongson-3: Move chipset ACPI code from drivers to arch 2016-05-13 14:02:13 +02:00
cop2-ex.c MIPS: Loongson: Naming style cleanup and rework 2015-06-21 21:53:59 +02:00
hpet.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
irq.c MIPS: Loongson-3: Adjust irq dispatch to speedup processing 2016-05-13 14:02:14 +02:00
Makefile MIPS: Loongson-3: Move chipset ACPI code from drivers to arch 2016-05-13 14:02:13 +02:00
numa.c MIPS: Loongson-3: Reserve 32MB for RS780E integrated GPU 2016-05-09 12:00:03 +02:00
platform.c MIPS: Loongson: Naming style cleanup and rework 2015-06-21 21:53:59 +02:00
smp.c mips/loongson/smp: Convert to hotplug state machine 2016-09-19 21:44:32 +02:00
smp.h MIPS: Loongson: Naming style cleanup and rework 2015-06-21 21:53:59 +02:00