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>
Showing
- arch/alpha/kernel/time.c 2 additions, 2 deletionsarch/alpha/kernel/time.c
- arch/arm/mach-davinci/time.c 1 addition, 1 deletionarch/arm/mach-davinci/time.c
- arch/arm/mach-ep93xx/timer-ep93xx.c 2 additions, 2 deletionsarch/arm/mach-ep93xx/timer-ep93xx.c
- arch/arm/mach-footbridge/dc21285-timer.c 1 addition, 1 deletionarch/arm/mach-footbridge/dc21285-timer.c
- arch/arm/mach-ixp4xx/common.c 1 addition, 1 deletionarch/arm/mach-ixp4xx/common.c
- arch/arm/mach-mmp/time.c 1 addition, 1 deletionarch/arm/mach-mmp/time.c
- arch/arm/mach-omap2/timer.c 2 additions, 2 deletionsarch/arm/mach-omap2/timer.c
- arch/arm/plat-iop/time.c 1 addition, 1 deletionarch/arm/plat-iop/time.c
- arch/avr32/kernel/time.c 2 additions, 2 deletionsarch/avr32/kernel/time.c
- arch/blackfin/kernel/time-ts.c 2 additions, 2 deletionsarch/blackfin/kernel/time-ts.c
- arch/c6x/kernel/time.c 1 addition, 1 deletionarch/c6x/kernel/time.c
- arch/hexagon/kernel/time.c 2 additions, 2 deletionsarch/hexagon/kernel/time.c
- arch/ia64/kernel/cyclone.c 2 additions, 2 deletionsarch/ia64/kernel/cyclone.c
- arch/ia64/kernel/fsyscall_gtod_data.h 3 additions, 3 deletionsarch/ia64/kernel/fsyscall_gtod_data.h
- arch/ia64/kernel/time.c 3 additions, 3 deletionsarch/ia64/kernel/time.c
- arch/ia64/sn/kernel/sn2/timer.c 2 additions, 2 deletionsarch/ia64/sn/kernel/sn2/timer.c
- arch/m68k/68000/timers.c 1 addition, 1 deletionarch/m68k/68000/timers.c
- arch/m68k/coldfire/dma_timer.c 1 addition, 1 deletionarch/m68k/coldfire/dma_timer.c
- arch/m68k/coldfire/pit.c 1 addition, 1 deletionarch/m68k/coldfire/pit.c
- arch/m68k/coldfire/sltimers.c 1 addition, 1 deletionarch/m68k/coldfire/sltimers.c
Loading
Please register or sign in to comment