WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] x86-64 xen broken with May4th xen-unstable build

To: Jerone Young <jyoung5@xxxxxxxxxx>
Subject: Re: [Xen-devel] x86-64 xen broken with May4th xen-unstable build
From: Arun Sharma <arun.sharma@xxxxxxxxx>
Date: Thu, 05 May 2005 17:45:47 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 06 May 2005 00:45:27 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <mailman.1115245832.5358@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <mailman.1115245832.5358@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel