1
0
Fork 0
alistair23-linux/arch/nios2
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
..
boot nios2: dts: 10m50: Add tx-threshold parameter 2016-09-27 12:55:50 +02:00
configs nios2: add Max10 defconfig 2015-09-08 18:16:02 +08:00
include nios2 update for v4.10-rc1 2016-12-16 09:33:16 -08:00
kernel clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
lib nios2: memset: use the right constraint modifier for the %4 output operand 2016-04-27 16:35:55 +08:00
mm arch/nios2: add option to skip DMA sync as a part of map and unmap 2016-12-14 16:04:07 -08:00
platform nios2: Remove unnecessary of_platform_populate with default match table 2016-06-23 15:00:31 -05:00
Kconfig lib/GCD.c: use binary GCD algorithm instead of Euclidean 2016-05-20 17:58:30 -07:00
Kconfig.debug nios2: add early printk support 2015-02-10 23:21:08 +08:00
Makefile nios2: Add order-only DTC dependency to %.dtb target 2016-05-19 09:15:00 +08:00