hi please review it Thanks >From d2ab64761b5e04895e61c052f8fb36d6998d5776 Mon Sep 17 00:00:00 2001 From: Yang Zhang <yang.zhang@xxxxxxxxx> Date: Mon, 2 Mar 2009 22:06:41 -0500 Subject: [PATCH] KVM : IA64: fix compilation error for kvm ia64 Modify the arg of kvm_get_lowest_prio_vcpu(). Make it consistent with its declaration. Signed-off-by: Yang Zhang <yang.zhang@xxxxxxxxx> --- arch/ia64/kvm/kvm-ia64.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 076b00d..868b14f 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c @@ -1835,7 +1835,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; -- 1.6.0.rc1
Attachment:
0001-KVM-IA64-fix-compilation-error-for-kvm-ia64.patch
Description: 0001-KVM-IA64-fix-compilation-error-for-kvm-ia64.patch