linux_dsm_epyc7002/arch/x86/entry
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
..
syscalls x86, pkeys: remove cruft from never-merged syscalls 2016-10-17 14:16:13 -07:00
vdso clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
vsyscall
calling.h x86/entry/unwind: Create stack frames for saved interrupt registers 2016-10-21 09:26:03 +02:00
common.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
entry_32.S This release has a few updates: 2016-12-15 13:49:34 -08:00
entry_64_compat.S
entry_64.S x86/entry64: Remove unused audit related macros 2016-10-25 11:43:31 +02:00
Makefile x86/build: Fix build with older GCC versions 2016-10-25 11:44:25 +02:00
syscall_32.c
syscall_64.c
thunk_32.S
thunk_64.S