aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/paging.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-15 12:12:30 +0000
committerKeir Fraser <keir@xen.org>2010-12-15 12:12:30 +0000
commit2a8b89ef84ea0a55cc0842e3cad27c7ca12410b5 (patch)
tree0b01e83796f379966c96c8db5cacf0efaf34f79c /xen/include/asm-x86/paging.h
parent2462f42b4a59e316941637d9c8e4c6ee36b9fa08 (diff)
downloadxen-2a8b89ef84ea0a55cc0842e3cad27c7ca12410b5.tar.gz
xen-2a8b89ef84ea0a55cc0842e3cad27c7ca12410b5.tar.bz2
xen-2a8b89ef84ea0a55cc0842e3cad27c7ca12410b5.zip
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@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/paging.h')
-rw-r--r--xen/include/asm-x86/paging.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/asm-x86/paging.h b/xen/include/asm-x86/paging.h
index 1cba67cd11..a176c96877 100644
--- a/xen/include/asm-x86/paging.h
+++ b/xen/include/asm-x86/paging.h
@@ -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);