diff options
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index a4580d65af59..364263a25ff8 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -3387,7 +3387,7 @@ out: | |||
3387 | * Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE | 3387 | * Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE |
3388 | * exiting, so only get here on cpu with PAUSE-Loop-Exiting. | 3388 | * exiting, so only get here on cpu with PAUSE-Loop-Exiting. |
3389 | */ | 3389 | */ |
3390 | static int handle_pause(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) | 3390 | static int handle_pause(struct kvm_vcpu *vcpu) |
3391 | { | 3391 | { |
3392 | skip_emulated_instruction(vcpu); | 3392 | skip_emulated_instruction(vcpu); |
3393 | kvm_vcpu_on_spin(vcpu); | 3393 | kvm_vcpu_on_spin(vcpu); |