]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Dec 2012 17:34:08 +0000 (12:34 -0500)
commitb1d1ba8efded60c0ffb4f78c1c4e18b1ed2525d4
tree7b1fb6301832ae3cd239a24767f3da67e9295342
parent631987a5737b923edf3bd8174db211844e837e03
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