]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fix sparsemem configuration
authorRussell King <rmk+lkml@arm.linux.org.uk>
Mon, 26 Oct 2009 23:50:12 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Oct 2009 14:39:31 +0000 (07:39 -0700)
commit0638bee4761363f2fe98781fec3785c8630e0744
tree8a5001cf6bd6a2c3a4d43a60af7a3fb23d396902
parentbd89d94ecb165cf491339623ec9bc6f5adf74a16
mm: fix sparsemem configuration

Currently, sparsemem is only available if EXPERIMENTAL is enabled.
However, it hasn't ever been marked experimental.

It's been about four years since sparsemem was merged, and we have
platforms which depend on it; allow architectures to decide whether
sparsemem should be the default memory model.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig