kernel_optimize_test/arch/openrisc/kernel
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
..
asm-offsets.c
dma.c arch/openrisc: add option to skip DMA sync as a part of mapping 2016-12-14 16:04:07 -08:00
entry.S openrisc: include l.swa in check for write data pagefault 2016-12-12 23:10:26 +09:00
head.S
irq.c
Makefile
module.c
or32_ksyms.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
process.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
prom.c
ptrace.c
setup.c openrisc: Updates after openrisc.net has been lost 2016-12-12 23:10:19 +09:00
signal.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
sys_call_table.c
time.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
traps.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
vmlinux.h
vmlinux.lds.S openrisc: Support both old (or32) and new (or1k) toolchain 2016-12-12 23:09:40 +09:00