Messages in this thread Patch in this message |  | | | Date | Sun, 15 May 2005 13:32:24 +0200 | | From | Adrian Bunk <> | | Subject | [-mm patch] arch/i386/Kconfig: SELECT_MEMORY_MODEL -> ARCH_SELECT_MEMORY_MODEL |
| |
On Thu, May 12, 2005 at 03:31:00AM -0700, Andrew Morton wrote: >... > Changes since 2.6.12-rc3-mm3: >... > +sparsemem-memory-model-for-i386.patch >... > More sparsemem stuff >...
As far as I understand it, the following additional patch makes it look more as it was intended.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc4-mm1-full/arch/i386/Kconfig.old 2005-05-15 13:27:59.000000000 +0200 +++ linux-2.6.12-rc4-mm1-full/arch/i386/Kconfig 2005-05-15 13:28:10.000000000 +0200 @@ -794,7 +794,7 @@ def_bool y depends on NUMA -config SELECT_MEMORY_MODEL +config ARCH_SELECT_MEMORY_MODEL def_bool y depends on ARCH_SPARSEMEM_ENABLE - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |