]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] mm/Kconfig: kill unused ARCH_FLATMEM_DISABLE
authorDave Hansen <haveblue@us.ibm.com>
Thu, 23 Jun 2005 07:07:48 +0000 (00:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:03 +0000 (09:45 -0700)
This used to be used to disable FLATMEM selection, but I decided to change it
to be done generically when DISCONTIG is enabled.  The option is unused, so
this kills it.

Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/mips/Kconfig
arch/parisc/Kconfig
arch/sh/Kconfig

index 2710018ac80975dc7779e68e50db9cc7ca9a2a4d..94f5a8eb2c22ec59e9fe951172aeb92749f4b937 100644 (file)
@@ -501,10 +501,6 @@ 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_FLATMEM_DISABLE
-       def_bool y
-       depends on ARCH_DISCONTIGMEM_ENABLE
-
 config NUMA
        bool "NUMA Support"
        depends on SGI_IP27
index ab7cc4eb7fc138db029613d12489d3939c55a72a..ce327c799b44c9d1591c0efbd157abc3b3edf11d 100644 (file)
@@ -157,10 +157,6 @@ 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_FLATMEM_DISABLE
-       def_bool y
-       depends on ARCH_DISCONTIGMEM_ENABLE
-
 source "mm/Kconfig"
 
 config PREEMPT
index ac2b865359b2e990f985dbace896e41da2b1d534..a7c8bfc11604790264491aa109cfbfd12fd5109c 100644 (file)
@@ -496,10 +496,6 @@ 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_FLATMEM_DISABLE
-       def_bool y
-       depends on ARCH_DISCONTIGMEM_ENABLE
-
 source "mm/Kconfig"
 
 config ZERO_PAGE_OFFSET