1
0
Fork 0
alistair23-linux/arch/unicore32
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 kbuild: drop redundant "PHONY += FORCE" 2016-04-20 10:38:40 +02:00
configs unicore32: use the new LED disk activity trigger 2016-06-27 08:58:42 +02:00
include locking/core: Provide common cpu_relax_yield() definition 2016-11-17 08:17:36 +01:00
kernel clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
lib unicore32: fix build error for find bitops 2011-11-15 17:13:14 +08:00
mm dma-mapping: use unsigned long for dma_attrs 2016-08-04 08:50:07 -04:00
.gitignore unicore32 core architecture: build infrastructure 2011-03-17 09:19:05 +08:00
Kconfig unicore: do away with ARCH_REQUIRE_GPIOLIB 2016-06-08 09:55:46 +02:00
Kconfig.debug arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug 2016-01-09 06:30:49 -08:00
Makefile unicore32: Use generic init_task 2012-05-05 13:00:26 +02:00