]> xenbits.xensource.com Git - xen.git/commitdiff
linux: Export xen_{create,destroy}_contiguous_region to modules.
authorKeir Fraser <keir@xensource.com>
Fri, 6 Apr 2007 14:09:56 +0000 (15:09 +0100)
committerKeir Fraser <keir@xensource.com>
Fri, 6 Apr 2007 14:09:56 +0000 (15:09 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c

index d1d65cf4b87397156fcae8c2fb041fca2a733ed2..9181f8ba897032a14e3a0a426e9f42444d977f3d 100644 (file)
@@ -353,6 +353,7 @@ int xen_create_contiguous_region(
 
        return success ? 0 : -ENOMEM;
 }
+EXPORT_SYMBOL_GPL(xen_create_contiguous_region);
 
 void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order)
 {
@@ -437,6 +438,7 @@ void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order)
 
        balloon_unlock(flags);
 }
+EXPORT_SYMBOL_GPL(xen_destroy_contiguous_region);
 
 #ifdef __i386__
 int write_ldt_entry(void *ldt, int entry, __u32 entry_a, __u32 entry_b)