now that its only caller outside paging.c has been removed.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
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;
/*****************************************************************************
* 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);