From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] Fix Makefile rule for compiling emulate.c Date: Thu, 13 Aug 2009 14:05:27 +0300 Message-ID: <4A83F377.40801@redhat.com> References: <20090812214222.GA30132@mohd-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Mohammed Gamal Return-path: Received: from mx2.redhat.com ([66.187.237.31]:44752 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752715AbZHMLFa (ORCPT ); Thu, 13 Aug 2009 07:05:30 -0400 In-Reply-To: <20090812214222.GA30132@mohd-laptop> Sender: kvm-owner@vger.kernel.org List-ID: On 08/13/2009 12:42 AM, Mohammed Gamal wrote: > Signed-off-by: Mohammed Gamal > --- > arch/x86/kvm/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kvm/Makefile b/arch/x86/kvm/Makefile > index afaaa76..0e7fe78 100644 > --- a/arch/x86/kvm/Makefile > +++ b/arch/x86/kvm/Makefile > @@ -9,7 +9,7 @@ kvm-y += $(addprefix ../../../virt/kvm/, kvm_main.o ioapic.o \ > coalesced_mmio.o irq_comm.o eventfd.o) > kvm-$(CONFIG_IOMMU_API) += $(addprefix ../../../virt/kvm/, iommu.o) > > -kvm-y += x86.o mmu.o x86_emulate.o i8259.o irq.o lapic.o \ > +kvm-y += x86.o mmu.o emulate.o i8259.o irq.o lapic.o \ > Already have the same fix in my tree, thanks. -- error compiling committee.c: too many arguments to function