KVM: VMX: fix handle_pause declaration

There's no kvm_run argument anymore.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
Marcelo Tosatti 2009-10-12 19:37:31 -03:00 коммит произвёл Avi Kivity
Родитель 6b7d7e762b
Коммит 9fb41ba896
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3387,7 +3387,7 @@ out:
* Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE * Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE
* exiting, so only get here on cpu with PAUSE-Loop-Exiting. * 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); skip_emulated_instruction(vcpu);
kvm_vcpu_on_spin(vcpu); kvm_vcpu_on_spin(vcpu);