[MIPS] Sparsemem fixes
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 4 Jul 2006 16:22:44 +0000 (01:22 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jul 2006 20:26:07 +0000 (21:26 +0100)
1. MIPS should select SPARSEMEM_STATIC since allocating bootmem in
   memory_present() will corrupt bootmap area.
2. pfn_valid() for SPARSEMEM is defined in linux/mmzone.h

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found