From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: Re: x86-64 xen broken with May4th xen-unstable build Date: Fri, 06 May 2005 12:04:52 -0500 Message-ID: <1115399092.4991.10.camel@thinkpad> References: <427ABE3B.4070606@intel.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <427ABE3B.4070606@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Arun Sharma Cc: xen-devel List-Id: xen-devel@lists.xenproject.org This patch is a better fix. Use the general Linux one instead of xen's. Could you submit this into CVS? On Thu, 2005-05-05 at 17:45 -0700, Arun Sharma wrote: > Jerone Young wrote: > > There are two things that happened in the May 4th build. > > > > 1) x86-64 xen Linux is looking for arch/xen/x86_64/pci/direct.c (a > > symlink to arc/xen/pci/i386/pci/direct.c) and can't find it. > > This can easily be resolved by commenting out "c-xen-obj- > > $(CONFIG_PCI_DIRECT)+= direct.o" in arch/xen/pci/Makefile. This was > > removed from i386 and no one told x86-64 about it ...that's why he > > always misses the party :-) > > > > This might be a better fix? > > --- 1.2/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile > 2005-04-02 12:27:09 -08:00 > +++ edited/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile > 2005-05-05 15:43:11 -07:00 > @@ -12,7 +12,7 @@ > c-obj-y += fixup.o > c-obj-$(CONFIG_ACPI_PCI) += acpi.o > c-obj-y += legacy.o common.o > -c-xen-obj-$(CONFIG_PCI_DIRECT)+= direct.o > +c-obj-$(CONFIG_PCI_DIRECT)+= direct.o > c-xen-obj-y += irq.o > # mmconfig has a 64bit special > c-obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o > > -Arun > -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157)