summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2010-08-27 02:11:35 +0200
committerJeremy Fitzhardinge2010-10-22 21:57:23 +0200
commit1f2d9dd309feb08fdbc711fa03841650dfff87d8 (patch)
tree288a483c7b8a84b15d58725c50008868b3d0f375
parentxen: set shared_info->arch.max_pfn to max_p2m_pfn (diff)
downloadkernel-qcow2-linux-1f2d9dd309feb08fdbc711fa03841650dfff87d8.tar.gz
kernel-qcow2-linux-1f2d9dd309feb08fdbc711fa03841650dfff87d8.tar.xz
kernel-qcow2-linux-1f2d9dd309feb08fdbc711fa03841650dfff87d8.zip
xen: set the actual extent of the mfn_list_list
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
-rw-r--r--arch/x86/xen/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
index 909ad637c38d..fcff8c829799 100644
--- a/arch/x86/xen/mmu.c
+++ b/arch/x86/xen/mmu.c
@@ -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 */