I just gave CONFIG_DISCONTIGMEM a try on AVR32 and it turned out it
didn't compile.
Since there's only a single board available, and that board has no
use for discontigmem or sparsemem anyway, I figured it's better to
just turn it off until a need for it arises.
Signed-off-by: Haavard Skinnemoen <[email protected]>
---
arch/avr32/Kconfig | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 89d7456..b12216a 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -132,12 +132,11 @@ config ARCH_FLATMEM_ENABLE
config ARCH_DISCONTIGMEM_ENABLE
bool
- default y
+ default n
config ARCH_SPARSEMEM_ENABLE
bool
- depends on EXPERIMENTAL
- default y
+ default n
source "mm/Kconfig"
--
1.4.0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]