[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0808130126250.9140@boston.corp.fedex.com>
Date: Wed, 13 Aug 2008 01:40:27 +0800 (SGT)
From: Jeff Chua <jeff.chua.linux@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: Linux Kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] enable sparsemem without CONFIG_NUMA
Linus,
While testing for more than 8 cpus, I couldn't select sparsemem when
CONFIG_X86_GENERICARCH is selected instead of CONFIG_X86_PC.
Here's a patch to enable sparsemem independent of NUMA instead of just
flatmem ... unless there a reason for sparsemem to depend on NUMA for
more than 8 CPUs?
Thanks,
Jeff
--- ./arch/x86/Kconfig.org 2008-08-06 18:41:08 +0800
+++ ./arch/x86/Kconfig 2008-08-06 18:48:13 +0800
@@ -1035,7 +1035,7 @@
config ARCH_FLATMEM_ENABLE
def_bool y
- depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && X86_PC && !NUMA
+ depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && !NUMA
config ARCH_DISCONTIGMEM_ENABLE
def_bool y
@@ -1051,7 +1051,7 @@
config ARCH_SPARSEMEM_ENABLE
def_bool y
- depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC)
+ depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) || X86_GENERICARCH
select SPARSEMEM_STATIC if X86_32
select SPARSEMEM_VMEMMAP_ENABLE if X86_64
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists