Skip to content

Commit

Permalink
xen: set the actual extent of the mfn_list_list
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent b7eb4ad commit 1f2d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1f2d9dd

Please sign in to comment.