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>
if ( owner != NULL )
put_page(page);
- if ( !_shadow_mode_refcounts(domain) && !domain->is_dying )
+ if ( !paging_mode_refcounts(domain) && !domain->is_dying )
gdprintk(XENLOG_INFO,
"Error pfn %lx: rd=%p, od=%p, caf=%08lx, taf=%"
PRtype_info "\n",
__initcall(shadow_audit_key_init);
#endif /* SHADOW_AUDIT */
-int _shadow_mode_refcounts(struct domain *d)
-{
- return shadow_mode_refcounts(d);
-}
-
/**************************************************************************/
/* x86 emulator support for the shadow code
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);