[PATCH] ARM: Fix discontigmem
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 25 Jun 2005 18:29:34 +0000 (19:29 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 25 Jun 2005 18:29:34 +0000 (19:29 +0100)
The merge of sparsemem broke ARM discontigmem.  Fix it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/mach-clps711x/Kconfig

index 07ba77c..bfcf422 100644 (file)
@@ -157,7 +157,7 @@ config ARCH_RPC
 config ARCH_SA1100
        bool "SA1100-based"
        select ISA
-       select DISCONTIGMEM
+       select ARCH_DISCONTIGMEM_ENABLE
 
 config ARCH_S3C2410
        bool "Samsung S3C2410"
index 45c930c..0793dcf 100644 (file)
@@ -28,7 +28,7 @@ config ARCH_CLEP7312
 config ARCH_EDB7211
        bool "EDB7211"
        select ISA
-       select DISCONTIGMEM
+       select ARCH_DISCONTIGMEM_ENABLE
        help
          Say Y here if you intend to run this kernel on a Cirrus Logic EDB-7211
          evaluation board.