diff options
author | Atsushi Nemoto | 2006-07-04 18:22:44 +0200 |
---|---|---|
committer | Ralf Baechle | 2006-07-13 22:26:07 +0200 |
commit | 7de58fab9ccb63b4194ce39cf163a7491921d037 (patch) | |
tree | 6b7153cc7b731fdb8e1a5b1641d093bcedd78154 /arch | |
parent | [MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement. (diff) | |
download | kernel-qcow2-linux-7de58fab9ccb63b4194ce39cf163a7491921d037.tar.gz kernel-qcow2-linux-7de58fab9ccb63b4194ce39cf163a7491921d037.tar.xz kernel-qcow2-linux-7de58fab9ccb63b4194ce39cf163a7491921d037.zip |
[MIPS] Sparsemem fixes
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3ebc5b296dbb..330f6abc7703 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1694,6 +1694,7 @@ config ARCH_SPARSEMEM_ENABLE config ARCH_SPARSEMEM_ENABLE bool + select SPARSEMEM_STATIC config NUMA bool "NUMA Support" |