diff options
author | Daniel Kiper <dkiper@net-space.pl> | 2011-03-08 16:45:46 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-03-14 11:34:19 -0400 |
commit | 06f521d5d67a23d91add6f1beb73edc6f2b70d0c (patch) | |
tree | 220e1f0686caf7699ef4b8446ab2e1dfa1b78b2f /arch/x86/xen/mmu.c | |
parent | 38eaeb0fd8819dce424a61579500bd9987d5c930 (diff) |
xen/balloon: Removal of driver_pages
Removal of driver_pages (I do not have seen any references to it).
Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/xen/mmu.c')
-rw-r--r-- | arch/x86/xen/mmu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index 5e92b61ad574..e7c378ec597e 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -78,8 +78,7 @@ | |||
78 | 78 | ||
79 | /* | 79 | /* |
80 | * Protects atomic reservation decrease/increase against concurrent increases. | 80 | * Protects atomic reservation decrease/increase against concurrent increases. |
81 | * Also protects non-atomic updates of current_pages and driver_pages, and | 81 | * Also protects non-atomic updates of current_pages and balloon lists. |
82 | * balloon lists. | ||
83 | */ | 82 | */ |
84 | DEFINE_SPINLOCK(xen_reservation_lock); | 83 | DEFINE_SPINLOCK(xen_reservation_lock); |
85 | 84 | ||