From: venkatesh.pallipadi@intel.com Date: Fri, 19 Dec 2008 21:47:28 +0000 (-0800) Subject: x86: PAT: remove follow_pfnmap_pte in favor of follow_phys X-Git-Tag: v2.6.29-rc1~587^2~4^20~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982d789ab76c8a11426852fec2fdf2f412e21c0c;p=pandora-kernel.git x86: PAT: remove follow_pfnmap_pte in favor of follow_phys Impact: Cleanup - removes a new function in favor of a recently modified older one. Replace follow_pfnmap_pte in pat code with follow_phys. follow_phys lso returns protection eliminating the need of pte_pgprot call. Using follow_phys also eliminates the need for pte_pa. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed