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-changelog

[Xen-changelog] pci/direct.c is no longer patched in arch/xen/i386, so a

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] pci/direct.c is no longer patched in arch/xen/i386, so arch/xen/x86_64
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Sat, 07 May 2005 10:22:07 +0000
Delivery-date: Sat, 07 May 2005 11:03:20 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1454, 2005/05/07 11:22:07+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        pci/direct.c is no longer patched in arch/xen/i386, so arch/xen/x86_64
        must symlink straight to arch/i386.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile 
b/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile
--- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile      2005-05-07 
07:03:52 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile      2005-05-07 
07:03:52 -04: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

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] pci/direct.c is no longer patched in arch/xen/i386, so arch/xen/x86_64, BitKeeper Bot <=