diff options
Diffstat (limited to 'arch/x86/kvm/xen.c')
| -rw-r--r-- | arch/x86/kvm/xen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/xen.c b/arch/x86/kvm/xen.c index b414fed1576b..b08a688e56f9 100644 --- a/arch/x86/kvm/xen.c +++ b/arch/x86/kvm/xen.c @@ -369,7 +369,7 @@ int kvm_xen_hypercall(struct kvm_vcpu *vcpu) /* Hyper-V hypercalls get bit 31 set in EAX */ if ((input & 0x80000000) && - kvm_hv_hypercall_enabled(vcpu->kvm)) + kvm_hv_hypercall_enabled(vcpu)) return kvm_hv_hypercall(vcpu); longmode = is_64_bit_mode(vcpu); |
