--- a/xen/arch/x86/mm/hap/hap.c
+++ b/xen/arch/x86/mm/hap/hap.c
@@ -233,9 +233,8 @@ static struct page_info *hap_alloc(struc
d->arch.paging.hap.free_pages--;
p = __map_domain_page(pg);
- ASSERT(p != NULL);
clear_page(p);
- hap_unmap_domain_page(p);
+ unmap_domain_page(p);
return pg;
}
@@ -375,7 +374,6 @@ static void hap_install_xen_entries_in_l
l4_pgentry_t *l4e;
l4e = hap_map_domain_page(l4mfn);
- ASSERT(l4e != NULL);
/* Copy the common Xen mappings from the idle domain */
memcpy(&l4e[ROOT_PAGETABLE_FIRST_XEN_SLOT],
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel