From: Yang Zhang Date: Tue, 3 Mar 2009 03:06:41 +0000 (-0500) Subject: KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu X-Git-Tag: v2.6.31-rc1~393^2~121 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=3f5e06f8799adca3e7e1bbafe1cd780a3e69f604;p=safe%2Fjmp%2Flinux-2.6 KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu Modify the arg of kvm_get_lowest_prio_vcpu(). Make it consistent with its declaration. Signed-off-by: Yang Zhang Signed-off-by: Marcelo Tosatti --- diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index d20a5db..774f0d7 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c @@ -1837,7 +1837,7 @@ int kvm_apic_match_logical_addr(struct kvm_lapic *apic, u8 mda) } struct kvm_vcpu *kvm_get_lowest_prio_vcpu(struct kvm *kvm, u8 vector, - unsigned long bitmap) + unsigned long *bitmap) { struct kvm_vcpu *lvcpu = kvm->vcpus[0]; int i;