x86/vdso: Use generic VDSO clock mode storage
authorThomas Gleixner <tglx@linutronix.de>
Fri, 7 Feb 2020 12:38:56 +0000 (13:38 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 17 Feb 2020 13:40:23 +0000 (14:40 +0100)
commitb95a8a27c300d1a39a4e36f63a518ef36e4b966c
tree9437517f3e64996fbd9d4f11c66af6948bd216a1
parent5d51bee725cc1497352d6b0b604e42a90c680540
x86/vdso: Use generic VDSO clock mode storage

Switch to the generic VDSO clock mode storage.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> (VDSO parts)
Acked-by: Juergen Gross <jgross@suse.com> (Xen parts)
Acked-by: Paolo Bonzini <pbonzini@redhat.com> (KVM parts)
Link: https://lkml.kernel.org/r/20200207124403.152039903@linutronix.de
13 files changed:
arch/x86/Kconfig
arch/x86/entry/vdso/vma.c
arch/x86/include/asm/clocksource.h
arch/x86/include/asm/mshyperv.h
arch/x86/include/asm/vdso/gettimeofday.h
arch/x86/include/asm/vdso/vsyscall.h
arch/x86/kernel/kvmclock.c
arch/x86/kernel/pvclock.c
arch/x86/kernel/time.c
arch/x86/kernel/tsc.c
arch/x86/kvm/trace.h
arch/x86/kvm/x86.c
arch/x86/xen/time.c