commit | 7892f6928d0cd9ef9200a193183c2033b3143dab | [log] [tgz] |
---|---|---|
author | Ian Campbell <ian.campbell@citrix.com> | Tue Oct 16 17:19:15 2012 +0100 |
committer | Ian Campbell <ian.campbell@citrix.com> | Thu Nov 29 12:59:19 2012 +0000 |
tree | 080a7193b70d86ad14e2f1d72291e0f502463ad0 | |
parent | c61ba7291b81ed7fd8c1dba1b45d05cae3f150f7 [diff] |
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> ]