From: venkatesh.pallipadi@intel.com Date: Fri, 19 Dec 2008 21:47:26 +0000 (-0800) Subject: x86: PAT: clarify is_linear_pfn_mapping() interface X-Git-Tag: v2.6.29-rc1~587^2~4^20~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd9cd50c830eb88d571c492ec370a30bf999e15;p=pandora-kernel.git x86: PAT: clarify is_linear_pfn_mapping() interface Impact: Documentation only Incremental patches to address the review comments from Nick Piggin for v3 version of x86 PAT pfnmap changes patchset here http://lkml.indiana.edu/hypermail/linux/kernel/0812.2/01330.html This patch: Clarify is_linear_pfn_mapping() and its usage. It is used by x86 PAT code for performance reasons. Identifying pfnmap as linear over entire vma helps speedup reserve and free of memtype for the region. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed