aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2009-10-12 18:37:31 -0400
committerAvi Kivity <avi@redhat.com>2009-12-03 02:32:18 -0500
commit9fb41ba8962b18159e16cac81e7d57e897964038 (patch)
tree7b92fdcdd6cfff61609ed7488d56def80c182df1 /arch/x86/kvm/vmx.c
parent6b7d7e762b238f908fe4c3345c2c6eb5c3fdbd59 (diff)
KVM: VMX: fix handle_pause declaration
There's no kvm_run argument anymore. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r--arch/x86/kvm/vmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index a4580d65af5..364263a25ff 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 */
3390static int handle_pause(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) 3390static 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);