linux/arch/ia64/sn/kernel/sn2
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
..
cache.c [PATCH] change gen_pool allocator to not touch managed memory 2006-06-23 07:42:49 -07:00
io.c
Makefile ia64: change to new flag variables 2011-03-17 14:02:56 +01:00
prominfo_proc.c ia64: single_open() leaks 2013-05-05 00:09:04 -04:00
ptc_deadlock.S
sn2_smp.c ia64: Reduce stack usage by iterating over nodemask 2016-05-05 10:29:14 -07:00
sn_hwperf.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
sn_proc_fs.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
timer_interrupt.c [IA64] Fix breakage from irq change 2006-10-06 10:09:41 -07:00
timer.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00