aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/Kconfig4
-rw-r--r--arch/parisc/Kconfig4
-rw-r--r--arch/sh/Kconfig4
3 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 2710018ac809..94f5a8eb2c22 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -501,10 +501,6 @@ config ARCH_DISCONTIGMEM_ENABLE
501 or have huge holes in the physical address space for other reasons. 501 or have huge holes in the physical address space for other reasons.
502 See <file:Documentation/vm/numa> for more. 502 See <file:Documentation/vm/numa> for more.
503 503
504config ARCH_FLATMEM_DISABLE
505 def_bool y
506 depends on ARCH_DISCONTIGMEM_ENABLE
507
508config NUMA 504config NUMA
509 bool "NUMA Support" 505 bool "NUMA Support"
510 depends on SGI_IP27 506 depends on SGI_IP27
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index ab7cc4eb7fc1..ce327c799b44 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -157,10 +157,6 @@ config ARCH_DISCONTIGMEM_ENABLE
157 or have huge holes in the physical address space for other reasons. 157 or have huge holes in the physical address space for other reasons.
158 See <file:Documentation/vm/numa> for more. 158 See <file:Documentation/vm/numa> for more.
159 159
160config ARCH_FLATMEM_DISABLE
161 def_bool y
162 depends on ARCH_DISCONTIGMEM_ENABLE
163
164source "mm/Kconfig" 160source "mm/Kconfig"
165 161
166config PREEMPT 162config PREEMPT
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index ac2b865359b2..a7c8bfc11604 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -496,10 +496,6 @@ config ARCH_DISCONTIGMEM_ENABLE
496 or have huge holes in the physical address space for other reasons. 496 or have huge holes in the physical address space for other reasons.
497 See <file:Documentation/vm/numa> for more. 497 See <file:Documentation/vm/numa> for more.
498 498
499config ARCH_FLATMEM_DISABLE
500 def_bool y
501 depends on ARCH_DISCONTIGMEM_ENABLE
502
503source "mm/Kconfig" 499source "mm/Kconfig"
504 500
505config ZERO_PAGE_OFFSET 501config ZERO_PAGE_OFFSET