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)
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> ]

No differences found