]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 29 Oct 2012 14:11:39 +0000 (10:11 -0400)
commit3b4afca66dc25918f6a48f30712a9dfec042fdf3
treeea66e52b626ae2944409a6598339c0ef86d907aa
parented9092b36b371e2930bb323069e31a6cd4ff4133
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>
arch/x86/xen/mmu.c
include/xen/xen-ops.h