Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7eb4ad3 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

xen: set shared_info->arch.max_pfn to max_p2m_pfn

parent 3588fe2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ void xen_setup_mfn_list_list(void)

	HYPERVISOR_shared_info->arch.pfn_to_mfn_frame_list_list =
		virt_to_mfn(p2m_top_mfn_list);
	HYPERVISOR_shared_info->arch.max_pfn = xen_start_info->nr_pages;
	HYPERVISOR_shared_info->arch.max_pfn = max_p2m_mfn;
}

/* Set up p2m_top to point to the domain-builder provided p2m pages */