RE: ia64 allmodconfig in linux-next

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Andrew Morton wrote:
> KVM broke yet again.
> 
> arch/ia64/kvm/kvm-ia64.c:1839: error: conflicting types for
> 'kvm_get_lowest_prio_vcpu' virt/kvm/ioapic.h:68: error: previous
> declaration of 'kvm_get_lowest_prio_vcpu' was here
> arch/ia64/kvm/kvm-ia64.c:1839: error: conflicting types for
> 'kvm_get_lowest_prio_vcpu' virt/kvm/ioapic.h:68: error: previous
> declaration of 'kvm_get_lowest_prio_vcpu' was here  

Hi, Andrew 
	We already had the fix for the issue, attached the patch. Thanks!

	Acked-by: Xiantao Zhang <xiantao.zhang@xxxxxxxxx>

Xiantao
--- Begin Message ---
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


--- End Message ---

Attachment: 0001-KVM-IA64-fix-compilation-error-for-kvm-ia64.patch
Description: 0001-KVM-IA64-fix-compilation-error-for-kvm-ia64.patch


[Index of Archives]     [Linux KVM Devel]     [Linux Virtualization]     [Big List of Linux Books]     [Linux SCSI]     [Yosemite Forum]

  Powered by Linux