From: Dean Roe Date: Wed, 9 Nov 2005 20:25:06 +0000 (-0600) Subject: [IA64] - Make pfn_valid more precise for SGI Altix systems X-Git-Tag: v2.6.15-rc4~4^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77dae5293efba42ea1ff04d410ee68e66d5b0cf;p=pandora-kernel.git [IA64] - Make pfn_valid more precise for SGI Altix systems A single SGI Altix system can be divided into multiple partitions, each running their own instance of the Linux kernel. pfn_valid() is currently not optimal for any but the first partition, since it does not compare the pfn with min_low_pfn before calling the more costly ia64_pfn_valid(). Signed-off-by: Dean Roe Signed-off-by: Tony Luck --- Reading git-diff-tree failed