[IA64] Fix DISCONTIGMEM without VIRTUAL_MEM_MAP
authorMatthew Wilcox <matthew@wil.cx>
Thu, 16 Nov 2006 20:40:53 +0000 (13:40 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 7 Dec 2006 19:24:03 +0000 (11:24 -0800)
make allnoconfig currently fails to build because it selects DISCONTIGMEM
without VIRTUAL_MEM_MAP.  I see no particular reason this combination
ought to fail, so I fixed it by:

 - Including memory_model.h in all circumstances, except when both
   DISCONTIGMEM and VIRTUAL_MEM_MAP are enabled.
 - Defining ia64_pfn_valid() to 1 unless VIRTUAL_MEM_MAP is enabled

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found