diff options
author | Daniel Kiper <dkiper@net-space.pl> | 2011-03-08 22:45:46 +0100 |
---|---|---|
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) | |
download | talos-obmc-linux-06f521d5d67a23d91add6f1beb73edc6f2b70d0c.tar.gz talos-obmc-linux-06f521d5d67a23d91add6f1beb73edc6f2b70d0c.zip |
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 @@ /* * Protects atomic reservation decrease/increase against concurrent increases. - * Also protects non-atomic updates of current_pages and driver_pages, and - * balloon lists. + * Also protects non-atomic updates of current_pages and balloon lists. */ DEFINE_SPINLOCK(xen_reservation_lock); |