Commit 1f2d9dd3 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge

xen: set the actual extent of the mfn_list_list

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent b7eb4ad3
......@@ -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 = max_p2m_mfn;
HYPERVISOR_shared_info->arch.max_pfn = max_p2m_pfn;
}
/* Set up p2m_top to point to the domain-builder provided p2m pages */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment