]> git.karo-electronics.de Git - mv-sheeva.git/commit
mm: avoid warning when COMPACTION is selected
authorAndrea Arcangeli <aarcange@redhat.com>
Thu, 9 Sep 2010 23:37:53 +0000 (16:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Sep 2010 01:57:24 +0000 (18:57 -0700)
commit152e0659fc001029c70fa4373af1792b1ae0d01c
treef9cdfd684fc585f884b5344af2fda3988018be00
parent4969c1192d15afa3389e7ae3302096ff684ba655
mm: avoid warning when COMPACTION is selected

COMPACTION enables MIGRATION, but MIGRATION spawns a warning if numa or
memhotplug aren't selected.  However MIGRATION doesn't depend on them.  I
guess it's just trying to be strict doing a double check on who's enabling
it, but it doesn't know that compaction also enables MIGRATION.

Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig