Skip to content

Commit

Permalink
KVM: x86: fix compilation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paolo Bonzini committed Feb 8, 2017
1 parent 8f00067 commit 80fbd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -6153,7 +6153,7 @@ static int kvm_pv_clock_pairing(struct kvm_vcpu *vcpu, gpa_t paddr,
{
struct kvm_clock_pairing clock_pairing;
struct timespec ts;
cycle_t cycle;
u64 cycle;
int ret;

if (clock_type != KVM_CLOCK_PAIRING_WALLCLOCK)
Expand Down

0 comments on commit 80fbd89

Please sign in to comment.