]> Git Repo - linux.git/commitdiff
mm: enable CONFIG_COMPACTION by default
authorRik van Riel <[email protected]>
Mon, 8 Oct 2012 23:33:03 +0000 (16:33 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Oct 2012 07:22:53 +0000 (16:22 +0900)
Now that lumpy reclaim has been removed, compaction is the only way left
to free up contiguous memory areas.  It is time to just enable
CONFIG_COMPACTION by default.

Signed-off-by: Rik van Riel <[email protected]>
Cc: Mel Gorman <[email protected]>
Acked-by: Rafael Aquini <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Acked-by: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/Kconfig

index 3322342a1ffb0796708e2045571472235e502927..a3f8dddaaab3f08de3bc6c63921be614bbae6736 100644 (file)
@@ -191,6 +191,7 @@ config SPLIT_PTLOCK_CPUS
 # support for memory compaction
 config COMPACTION
        bool "Allow for memory compaction"
+       def_bool y
        select MIGRATION
        depends on MMU
        help
This page took 0.051369 seconds and 4 git commands to generate.