]> 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>
Thu, 25 Oct 2012 01:14:48 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 29 Oct 2012 03:17:20 +0000 (14:17 +1100)
commitd23dcd438446035c87a03857e620c99ceea29a80
treed97ffae3f44e6a7fb828b39690f5d65e28a79305
parent8244642b9576ee701ac406e8867347cd03d040cb
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