WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] x86/mm: make paging_map_log_dirty_bitmap(

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] x86/mm: make paging_map_log_dirty_bitmap() static
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Dec 2010 05:34:46 -0800
Delivery-date: Thu, 23 Dec 2010 05:44:26 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1292415150 0
# Node ID 1b1174b7181fbe96637db830ce965f089616010f
# Parent  f92ad250d80b47a4bcfe7632911f285ccf8cc552
x86/mm: make paging_map_log_dirty_bitmap() static
now that its only caller outside paging.c has been removed.

Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
---
 xen/arch/x86/mm/paging.c     |    3 ++-
 xen/include/asm-x86/paging.h |    3 ---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff -r f92ad250d80b -r 1b1174b7181f xen/arch/x86/mm/paging.c
--- a/xen/arch/x86/mm/paging.c  Wed Dec 15 12:12:15 2010 +0000
+++ b/xen/arch/x86/mm/paging.c  Wed Dec 15 12:12:30 2010 +0000
@@ -132,7 +132,8 @@ static mfn_t paging_new_log_dirty_node(s
     return mfn;
 }
 
-mfn_t *paging_map_log_dirty_bitmap(struct domain *d)
+/* get the top of the log-dirty bitmap trie, allocating if necessary */
+static mfn_t *paging_map_log_dirty_bitmap(struct domain *d)
 {
     mfn_t *mapping;
 
diff -r f92ad250d80b -r 1b1174b7181f xen/include/asm-x86/paging.h
--- a/xen/include/asm-x86/paging.h      Wed Dec 15 12:12:15 2010 +0000
+++ b/xen/include/asm-x86/paging.h      Wed Dec 15 12:12:30 2010 +0000
@@ -134,9 +134,6 @@ struct paging_mode {
 /*****************************************************************************
  * Log dirty code */
 
-/* get the top of the log-dirty bitmap trie, allocating if necessary */
-mfn_t *paging_map_log_dirty_bitmap(struct domain *d);
-
 /* free log dirty bitmap resource */
 void paging_free_log_dirty_bitmap(struct domain *d);
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] x86/mm: make paging_map_log_dirty_bitmap() static, Xen patchbot-unstable <=