diff options
author | Dave Hansen <haveblue@us.ibm.com> | 2005-06-23 03:07:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 12:45:03 -0400 |
commit | 074ccf8016b61f4b40066f8d737ab31e17a6afd1 (patch) | |
tree | 324c6a228ceb24836cfd1a2b222b3d9772803014 /arch/sh | |
parent | 44d0f805c77902a22dda244fd092b4567066b2b9 (diff) |
[PATCH] mm/Kconfig: kill unused ARCH_FLATMEM_DISABLE
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 | ||
499 | config ARCH_FLATMEM_DISABLE | ||
500 | def_bool y | ||
501 | depends on ARCH_DISCONTIGMEM_ENABLE | ||
502 | |||
503 | source "mm/Kconfig" | 499 | source "mm/Kconfig" |
504 | 500 | ||
505 | config ZERO_PAGE_OFFSET | 501 | config ZERO_PAGE_OFFSET |