[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] merge?
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID 5a683386dc5839aa453961fdc67affb3a067949e # Parent 389e76fbfdbd75b8c816c70a28d6f8d6e81abf96 # Parent 38c7c25b3cb9e1adf756497d37c02d462d8f41f6 merge? diff -r 389e76fbfdbd -r 5a683386dc58 linux-2.4-xen-sparse/mkbuildtree --- a/linux-2.4-xen-sparse/mkbuildtree Tue Aug 9 16:16:08 2005 +++ b/linux-2.4-xen-sparse/mkbuildtree Tue Aug 9 16:26:19 2005 @@ -103,9 +103,8 @@ rm -f mkbuildtree set ${RS}/../linux-2.6-xen-sparse -[ "$1" == "${RS}/../linux-2.6-xen-parse" ] && { echo "no Linux 2.6 sparse tree at ${RS}/../linux-2.6-xen-sparse"; exit 1; } +[ "$1" == "${RS}/../linux-2.6-xen-sparse" ] && { echo "no Linux 2.6 sparse tree at ${RS}/../linux-2.6-xen-sparse"; exit 1; } LINUX_26="$1" - # Create links to the shared definitions of the Xen interfaces. rm -rf ${AD}/include/asm-xen/xen-public diff -r 389e76fbfdbd -r 5a683386dc58 linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile Tue Aug 9 16:16:08 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile Tue Aug 9 16:26:19 2005 @@ -4,7 +4,3 @@ xenbus-objs += xenbus_comms.o xenbus-objs += xenbus_xs.o xenbus-objs += xenbus_probe.o - -XEN_TOOLS_DIR := "../tools" -vpath %.h $(XEN_TOOLS_DIR) -EXTRA_CFLAGS += -I $(XEN_TOOLS_DIR) diff -r 389e76fbfdbd -r 5a683386dc58 linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c Tue Aug 9 16:16:08 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c Tue Aug 9 16:26:19 2005 @@ -30,7 +30,6 @@ #include <linux/errno.h> #include <linux/types.h> -#include "xenstore/xenstored.h" #include <linux/uio.h> #include <linux/kernel.h> #include <linux/string.h> @@ -39,6 +38,7 @@ #include <linux/fcntl.h> #include <linux/kthread.h> #include <asm-xen/xenbus.h> +#include "xenstored.h" #include "xenbus_comms.h" #define streq(a, b) (strcmp((a), (b)) == 0) diff -r 389e76fbfdbd -r 5a683386dc58 linux-2.6-xen-sparse/mkbuildtree --- a/linux-2.6-xen-sparse/mkbuildtree Tue Aug 9 16:16:08 2005 +++ b/linux-2.6-xen-sparse/mkbuildtree Tue Aug 9 16:26:19 2005 @@ -102,10 +102,11 @@ relative_lndir ${RS} rm -f mkbuildtree - # Create links to the shared definitions of the Xen interfaces. rm -rf ${AD}/include/asm-xen/xen-public mkdir ${AD}/include/asm-xen/xen-public cd ${AD}/include/asm-xen/xen-public relative_lndir ../../../${RS}/../xen/include/public +cd ${AD}/drivers/xen/xenbus +ln -sf ../../../${RS}/../tools/xenstore/xenstored.h _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |