From: Konstantin Khlebnikov Date: Wed, 21 Mar 2012 23:33:59 +0000 (-0700) Subject: mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) X-Git-Tag: v3.4-rc1~158^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1744f4ed20ca873360e54502f8a71564ef7cc6;p=pandora-kernel.git mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) Since commit 2a11c8ea20bf ("kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()") there is a generic grep-friendly method for checking config options in C expressions. Signed-off-by: Konstantin Khlebnikov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed