Skip to content

Commit 80fbd89

Browse files
committed
KVM: x86: fix compilation
Fix rebase breakage from commit 55dd00a ("KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall", 2017-01-24), courtesy of the "I could have sworn I had pushed the right branch" department. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 8f00067 commit 80fbd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kvm/x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6153,7 +6153,7 @@ static int kvm_pv_clock_pairing(struct kvm_vcpu *vcpu, gpa_t paddr,
61536153
{
61546154
struct kvm_clock_pairing clock_pairing;
61556155
struct timespec ts;
6156-
cycle_t cycle;
6156+
u64 cycle;
61576157
int ret;
61586158

61596159
if (clock_type != KVM_CLOCK_PAIRING_WALLCLOCK)

0 commit comments

Comments
 (0)