diff options
Diffstat (limited to 'arch/x86/xen/mmu.c')
-rw-r--r-- | arch/x86/xen/mmu.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index a5577f59416a..9e0d82fc21e4 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -70,6 +70,13 @@ | |||
70 | 70 | ||
71 | #define MMU_UPDATE_HISTO 30 | 71 | #define MMU_UPDATE_HISTO 30 |
72 | 72 | ||
73 | /* | ||
74 | * Protects atomic reservation decrease/increase against concurrent increases. | ||
75 | * Also protects non-atomic updates of current_pages and driver_pages, and | ||
76 | * balloon lists. | ||
77 | */ | ||
78 | DEFINE_SPINLOCK(xen_reservation_lock); | ||
79 | |||
73 | #ifdef CONFIG_XEN_DEBUG_FS | 80 | #ifdef CONFIG_XEN_DEBUG_FS |
74 | 81 | ||
75 | static struct { | 82 | static struct { |