From: David Vrabel Date: Wed, 8 Jan 2014 14:00:01 +0000 (+0000) Subject: x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~54^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59c5145dc6a079b14b349c388d44362eb813cdf;p=pandora-kernel.git x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range() _PAGE_IOMAP is used in xen_remap_domain_mfn_range() to prevent the pfn_pte() call in remap_area_mfn_pte_fn() from using the p2m to translate the MFN. If mfn_pte() is used instead, the p2m look up is avoided and the use of _PAGE_IOMAP is no longer needed. Signed-off-by: David Vrabel Reviewed-by: Konrad Rzeszutek Wilk Tested-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed