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] Doh! Cut-paste error of file copy in mkbuildtree-pre bre

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Doh! Cut-paste error of file copy in mkbuildtree-pre breaks build
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Sep 2005 20:16:13 +0000
Delivery-date: Wed, 28 Sep 2005 20:14:07 +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-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID eaedc6b4ec0fdbb5b14ac62f0854477f50fa55b2
# Parent  450b1224a6acdf35cb29c74a9c3682740b967b44
Doh!  Cut-paste error of file copy in mkbuildtree-pre breaks build

diff -r 450b1224a6ac -r eaedc6b4ec0f 
linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre
--- a/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre        Fri Sep 23 
19:49:44 2005
+++ b/linux-2.6-xen-sparse/arch/ia64/xen-mkbuildtree-pre        Fri Sep 23 
21:41:28 2005
@@ -45,7 +45,7 @@
 #tree that Xen sets up for guests has a NULL FADT.  This is a bug
 #that needs to be fixed, at which point this can go away.  In the
 #meantime, this file needs to be updated if the real motherboard.c is
-cp arch/ia64/xen/drivers/evtchn_ia64.c drivers/acpi/motherboard.c
+cp arch/ia64/xen/drivers/motherboard.c drivers/acpi/motherboard.c
 
 #still a few x86-ism's in various drivers/xen files, patch them
 cd drivers/xen

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Doh! Cut-paste error of file copy in mkbuildtree-pre breaks build, Xen patchbot -unstable <=