|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] linux: Export xen_{create, destroy}_conti
# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1175868596 -3600
# Node ID f76df7aa0e451acd010d8cccf4fe6c10006edcd9
# Parent f80a97d262769710f9e1612bebc3c1308f947e4e
linux: Export xen_{create,destroy}_contiguous_region to modules.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c | 2 ++
1 files changed, 2 insertions(+)
diff -r f80a97d26276 -r f76df7aa0e45
linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c
--- a/linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c Fri Apr 06 15:07:34
2007 +0100
+++ b/linux-2.6-xen-sparse/arch/i386/mm/hypervisor.c Fri Apr 06 15:09:56
2007 +0100
@@ -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(unsig
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)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] linux: Export xen_{create, destroy}_contiguous_region to modules.,
Xen patchbot-unstable <=
|
|
|
|
|