From b93f9afa46d58860737c25565ea61abe23632f9b Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Mon, 12 Oct 2009 19:37:31 -0300 Subject: [PATCH] --- yaml --- r: 172308 b: refs/heads/master c: 9fb41ba8962b18159e16cac81e7d57e897964038 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/vmx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f3160eb7442..143ff3184cdd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b7d7e762b238f908fe4c3345c2c6eb5c3fdbd59 +refs/heads/master: 9fb41ba8962b18159e16cac81e7d57e897964038 diff --git a/trunk/arch/x86/kvm/vmx.c b/trunk/arch/x86/kvm/vmx.c index a4580d65af59..364263a25ff8 100644 --- a/trunk/arch/x86/kvm/vmx.c +++ b/trunk/arch/x86/kvm/vmx.c @@ -3387,7 +3387,7 @@ static int handle_invalid_guest_state(struct kvm_vcpu *vcpu) * Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE * exiting, so only get here on cpu with PAUSE-Loop-Exiting. */ -static int handle_pause(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) +static int handle_pause(struct kvm_vcpu *vcpu) { skip_emulated_instruction(vcpu); kvm_vcpu_on_spin(vcpu);