|
@@ -27,6 +27,7 @@ struct xen_p2m_entry {
|
|
|
|
|
|
rwlock_t p2m_lock;
|
|
rwlock_t p2m_lock;
|
|
struct rb_root phys_to_mach = RB_ROOT;
|
|
struct rb_root phys_to_mach = RB_ROOT;
|
|
|
|
+EXPORT_SYMBOL_GPL(phys_to_mach);
|
|
static struct rb_root mach_to_phys = RB_ROOT;
|
|
static struct rb_root mach_to_phys = RB_ROOT;
|
|
|
|
|
|
static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new)
|
|
static int xen_add_phys_to_mach_entry(struct xen_p2m_entry *new)
|