Home
last modified time | relevance | path

Searched hist:"152 e0659" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A DKconfig152e0659 Thu Sep 09 18:37:53 CDT 2010 Andrea Arcangeli <aarcange@redhat.com> 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>