[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Fix unmodified drivers.
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1189611396 21600 # Node ID ea0b57e35c2cc6d64940a6b9f46fbd2a3da19318 # Parent 4c020dd76b18fae1a69dfb628c22ff3e435d59ab [IA64] Fix unmodified drivers. xcom_mini.c is integrated into xcom_hcall.c so that platform-pci needs it. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- unmodified_drivers/linux-2.6/mkbuildtree | 1 + unmodified_drivers/linux-2.6/platform-pci/Kbuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -r 4c020dd76b18 -r ea0b57e35c2c unmodified_drivers/linux-2.6/mkbuildtree --- a/unmodified_drivers/linux-2.6/mkbuildtree Tue Sep 11 15:20:18 2007 -0600 +++ b/unmodified_drivers/linux-2.6/mkbuildtree Wed Sep 12 09:36:36 2007 -0600 @@ -71,6 +71,7 @@ i[34567]86) mkdir -p include/asm/xen ln -sf ${XL}/include/asm-ia64/xen/xcom_hcall.h include/asm/xen ln -sf ${XL}/include/asm-ia64/xen/xencomm.h include/asm/xen + ln -sf ${XL}/arch/ia64/xen/xcom_hcall.c platform-pci/ ln -sf ${XL}/arch/ia64/xen/xencomm.c platform-pci/xencomm_arch.c ln -sf ${XL}/drivers/xen/core/xencomm.c platform-pci ;; diff -r 4c020dd76b18 -r ea0b57e35c2c unmodified_drivers/linux-2.6/platform-pci/Kbuild --- a/unmodified_drivers/linux-2.6/platform-pci/Kbuild Tue Sep 11 15:20:18 2007 -0600 +++ b/unmodified_drivers/linux-2.6/platform-pci/Kbuild Wed Sep 12 09:36:36 2007 -0600 @@ -17,5 +17,5 @@ xen-platform-pci-objs += ../xenbus/xen_p # Can we do better ? ifeq ($(ARCH),ia64) - xen-platform-pci-objs += xencomm.o xencomm_arch.o + xen-platform-pci-objs += xencomm.o xencomm_arch.o xcom_hcall.o endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |