[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [PATCH] Export symbol xen_start_info for modules
Not sure exactly why this was not exported. But here is a patch to export "xen_start_info" symbol for modules. Signed-off-by: Jerone Young <jyoung5@xxxxxxxxxx> # HG changeset patch # User jerone@xxxxxxxxxxxxxxxxxxxxx # Date 1169050609 21600 # Node ID a9acbe8fa5d711786082856aefa9f8c92af30b83 # Parent d450e2b2a85a7640643ecf7b2fddff2faa6dbcd4 export symbol xen_start_info for modules diff -r d450e2b2a85a -r a9acbe8fa5d7 arch/powerpc/platforms/xen/setup.c --- a/arch/powerpc/platforms/xen/setup.c Tue Jan 16 00:12:50 2007 -0600 +++ b/arch/powerpc/platforms/xen/setup.c Wed Jan 17 10:16:49 2007 -0600 @@ -33,6 +33,7 @@ EXPORT_SYMBOL(HYPERVISOR_shared_info); /* Raw start-of-day parameters from the hypervisor. */ start_info_t *xen_start_info; +EXPORT_SYMBOL(xen_start_info); extern struct machdep_calls mach_maple_md; extern void maple_pci_init(void); _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |