[IA64] - Make pfn_valid more precise for SGI Altix systems
authorDean Roe <roe@sgi.com>
Wed, 9 Nov 2005 20:25:06 +0000 (14:25 -0600)
committerTony Luck <tony.luck@intel.com>
Tue, 29 Nov 2005 17:24:10 +0000 (09:24 -0800)
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 <roe@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found