From 73214c3e35e94bceda683868a12d51625feecfad Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Mon, 3 Jul 2006 00:09:47 +0900 Subject: [PATCH] --- yaml --- r: 32563 b: refs/heads/master c: b1c6cd429b5f9fde39f5950ba9f2993286954f6c h: refs/heads/master i: 32561: 6d23c9f4983ab2eb04fadeb0805d2d0bfc97fdb3 32559: 5090d6683d004fb8e5c65ad8f6040339c43eda54 v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b062b66d13a1..926dde2a9e3c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5e68986e8e75546901010fe4e3485f6cd60b4a6 +refs/heads/master: b1c6cd429b5f9fde39f5950ba9f2993286954f6c diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index 747a9c1228f2..46798aa8d3cc 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/arch/mips/Kconfig @@ -556,6 +556,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 @@ -1688,6 +1689,9 @@ config ARCH_DISCONTIGMEM_ENABLE or have huge holes in the physical address space for other reasons. See for more. +config ARCH_SPARSEMEM_ENABLE + bool + config NUMA bool "NUMA Support" depends on SYS_SUPPORTS_NUMA