aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/interface/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/interface/memory.h')
-rw-r--r--include/xen/interface/memory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xen/interface/memory.h b/include/xen/interface/memory.h
index 4c5751c26f87..447004861f00 100644
--- a/include/xen/interface/memory.h
+++ b/include/xen/interface/memory.h
@@ -245,12 +245,6 @@ DEFINE_GUEST_HANDLE_STRUCT(xen_memory_map);
245 245
246 246
247/* 247/*
248 * Prevent the balloon driver from changing the memory reservation
249 * during a driver critical region.
250 */
251extern spinlock_t xen_reservation_lock;
252
253/*
254 * Unmaps the page appearing at a particular GPFN from the specified guest's 248 * Unmaps the page appearing at a particular GPFN from the specified guest's
255 * pseudophysical address space. 249 * pseudophysical address space.
256 * arg == addr of xen_remove_from_physmap_t. 250 * arg == addr of xen_remove_from_physmap_t.