xen: correctly use xen_pfn_t in remap_domain_mfn_range.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 16 Oct 2012 16:19:15 +0000 (17:19 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 29 Nov 2012 12:59:19 +0000 (12:59 +0000)
commit7892f6928d0cd9ef9200a193183c2033b3143dab
tree080a7193b70d86ad14e2f1d72291e0f502463ad0
parentc61ba7291b81ed7fd8c1dba1b45d05cae3f150f7
xen: correctly use xen_pfn_t in remap_domain_mfn_range.

For Xen on ARM a PFN is 64 bits so we need to use the appropriate
type here.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
[v2: include the necessary header,
Reported-by: Fengguang Wu <fengguang.wu@intel.com> ]
arch/x86/xen/mmu.c
include/xen/xen-ops.h
This page took 0.025611 seconds and 5 git commands to generate.