]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Tue, 23 Oct 2012 02:50:11 +0000 (13:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 23 Oct 2012 03:11:47 +0000 (14:11 +1100)
commite6905a800b02999ac85e312fb8bb5eb22560547f
treeaa5eeb9fc653b948f78ed6162a6aa14b7768e92f
parent34eb162ba561ea2d7c4c21a89fb9bb65eca5db8c
mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD

We don't need custom COMPACTION_BUILD anymore, since we have handy
IS_ENABLED().

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/kernel.h
mm/vmscan.c