| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] make SPARSEMEM selectable on QEMU |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Mon, 03 Jul 2006 00:09:47 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
This might be helpfull to debug sparsemem on mips.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 58e68ce..f151a7e 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -554,6 +554,7 @@ config QEMU
select SYS_HAS_CPU_MIPS32_R1
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
+ select ARCH_SPARSEMEM_ENABLE
help
Qemu is a software emulator which among other architectures also
can simulate a MIPS32 4Kc system. This patch adds support for the
@@ -1687,6 +1688,9 @@ config ARCH_DISCONTIGMEM_ENABLE
or have huge holes in the physical address space for other reasons.
See <file:Documentation/vm/numa> for more.
+config ARCH_SPARSEMEM_ENABLE
+ bool
+
config NUMA
bool "NUMA Support"
depends on SYS_SUPPORTS_NUMA
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] au1000: removed unused codes about au1000, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: au1000_lowlevel_probe on au1000_eth.c, Sergei Shtylyov |
| Previous by Thread: | [PATCH] au1000: removed unused codes about au1000, Yoichi Yuasa |
| Next by Thread: | Re: au1000_lowlevel_probe on au1000_eth.c, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |