From: Juergen Gross Date: Fri, 28 Nov 2014 10:53:57 +0000 (+0100) Subject: xen: Hide get_phys_to_machine() to be able to tune common path X-Git-Tag: omap-for-v3.19/fixes-rc1~69^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aad5689837c882d2539f50f42f686b74046c0a0;p=pandora-kernel.git xen: Hide get_phys_to_machine() to be able to tune common path Today get_phys_to_machine() is always called when the mfn for a pfn is to be obtained. Add a wrapper __pfn_to_mfn() as inline function to be able to avoid calling get_phys_to_machine() when possible as soon as the switch to a linear mapped p2m list has been done. Signed-off-by: Juergen Gross Reviewed-by: David Vrabel Signed-off-by: David Vrabel --- Reading git-diff-tree failed