]> git.baikalelectronics.ru Git - kernel.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)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 29 Nov 2012 12:59:19 +0000 (12:59 +0000)
commitc5b534884c1516674e62260e4cd2bcfc38a759d4
tree080a7193b70d86ad14e2f1d72291e0f502463ad0
parentf79cd5619367bb4568c52a4b1e27416ab3de1dcf
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