]> 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)
commit3613216367b8a9bd786c5fe229ad9d52320d6bf0
tree2664299d7310b3e0263cd45ccdf67db4a756290f
parent3c12f5514a942e21a4044c77f6f111a031bed849
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