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] [xen-3.2-testing] [IA64] Add xencomm_arch_hypercall_susp

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-3.2-testing] [IA64] Add xencomm_arch_hypercall_suspend to fix module load
From: "Xen patchbot-3.2-testing" <patchbot-3.2-testing@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 11 Apr 2008 01:30:34 -0700
Delivery-date: Fri, 11 Apr 2008 01:30:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1207901727 -3600
# Node ID 5c7d1b63e3ea9c73ab0ee731ba0117981d65b732
# Parent  7ef64a2c810465673c52eda83d6d24d4ec669caf
[IA64] Add xencomm_arch_hypercall_suspend to fix module load

Make use of split out xencomm_arch_hypercall_suspend to fix the
following module load error:

  Loading xen-platform-pci.ko module
  xen_platform_pci: Unknown symbol xencomm_hypercall_suspend
  insmod: error inserting '/lib/xen-platform-pci.ko':
   -1 Unknown symbol in module
  ERROR: /bin/insmod exited abnormally! (pid 210)

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
xen-unstable changeset:   17066:c98276a51ff8066eabdd3a5399cfcf3d94bde1d0
xen-unstable date:        Mon Feb 04 08:38:35 2008 -0700
---
 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 7ef64a2c8104 -r 5c7d1b63e3ea unmodified_drivers/linux-2.6/mkbuildtree
--- a/unmodified_drivers/linux-2.6/mkbuildtree  Thu Apr 10 16:20:05 2008 +0100
+++ b/unmodified_drivers/linux-2.6/mkbuildtree  Fri Apr 11 09:15:27 2008 +0100
@@ -72,6 +72,7 @@ i[34567]86)
     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/xcom_asm.S 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 7ef64a2c8104 -r 5c7d1b63e3ea 
unmodified_drivers/linux-2.6/platform-pci/Kbuild
--- a/unmodified_drivers/linux-2.6/platform-pci/Kbuild  Thu Apr 10 16:20:05 
2008 +0100
+++ b/unmodified_drivers/linux-2.6/platform-pci/Kbuild  Fri Apr 11 09:15:27 
2008 +0100
@@ -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 xcom_hcall.o
+  xen-platform-pci-objs += xencomm.o xencomm_arch.o xcom_hcall.o xcom_asm.o
 endif

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.2-testing] [IA64] Add xencomm_arch_hypercall_suspend to fix module load, Xen patchbot-3.2-testing <=