aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/platform-pci
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2008-02-04 08:38:35 -0700
committerAlex Williamson <alex.williamson@hp.com>2008-02-04 08:38:35 -0700
commita37c72d0fc43b7ea1f993ac35b9ae8ab324bc4a0 (patch)
tree90aa82f08f857f08af2cd8ce424863879f802feb /unmodified_drivers/linux-2.6/platform-pci
parentc5bc3e2e4938b103b2e21e8f230bf55d00485242 (diff)
downloadxen-a37c72d0fc43b7ea1f993ac35b9ae8ab324bc4a0.tar.gz
xen-a37c72d0fc43b7ea1f993ac35b9ae8ab324bc4a0.tar.bz2
xen-a37c72d0fc43b7ea1f993ac35b9ae8ab324bc4a0.zip
[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@valinux.co.jp>
Diffstat (limited to 'unmodified_drivers/linux-2.6/platform-pci')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/Kbuild b/unmodified_drivers/linux-2.6/platform-pci/Kbuild
index ab836e4d51..50951f94fd 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/Kbuild
+++ b/unmodified_drivers/linux-2.6/platform-pci/Kbuild
@@ -17,5 +17,5 @@ xen-platform-pci-objs += ../xenbus/xen_proc.o
# 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