aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mm.h
diff options
context:
space:
mode:
authorAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-05-03 17:21:09 +0100
committerAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-05-03 17:21:09 +0100
commit5e164d0d20c0c9fbe6989b78f73975e5654c0866 (patch)
tree8bb5c699dfb99505f31e4c12e85f183ebebfdf13 /xen/include/asm-x86/mm.h
parent8dc8415c2c8348c5c14641a6958b4ce1af3a58e5 (diff)
downloadxen-5e164d0d20c0c9fbe6989b78f73975e5654c0866.tar.gz
xen-5e164d0d20c0c9fbe6989b78f73975e5654c0866.tar.bz2
xen-5e164d0d20c0c9fbe6989b78f73975e5654c0866.zip
x86/mm: Eliminate _shadow_mode_refcounts
Replace its only useer with paging_mode_refcounts(). Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Acked-by: Tim Deegan <tim@xen.org> Committed-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'xen/include/asm-x86/mm.h')
-rw-r--r--xen/include/asm-x86/mm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mm.h b/xen/include/asm-x86/mm.h
index bc3e4dc01d..4f8ac4c2ff 100644
--- a/xen/include/asm-x86/mm.h
+++ b/xen/include/asm-x86/mm.h
@@ -331,7 +331,6 @@ static inline void *__page_to_virt(const struct page_info *pg)
int free_page_type(struct page_info *page, unsigned long type,
int preemptible);
-int _shadow_mode_refcounts(struct domain *d);
int is_iomem_page(unsigned long mfn);