]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Apr 2018 08:04:26 +0000 (10:04 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Wed, 23 May 2018 13:22:02 +0000 (15:22 +0200)
commit4214cf3a8b761c6812cb2f1c13290510ada57b72
tree2664299d7310b3e0263cd45ccdf67db4a756290f
parent634c7569eca51a98cee92163acb5d7f7466f2e13
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING

The hypercall was added using a struct timespec based implementation,
but we should not use timespec in new code.

This changes it to timespec64. There is no functional change
here since the implementation is only used in 64-bit kernels
that use the same definition for timespec and timespec64.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/x86.c