]> git.baikalelectronics.ru Git - kernel.git/commit
mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)
authorKonstantin Khlebnikov <khlebnikov@openvz.org>
Wed, 21 Mar 2012 23:33:59 +0000 (16:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Mar 2012 00:54:57 +0000 (17:54 -0700)
commit5242ab1972891c3f24f89a4c2fb81b14b58c8d13
treeec26dbc6a5417c75a8fa65ab093374d3e0045032
parent84acf48831b7f8d08ff3d64af59446cc5c157532
mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)

Since commit fd2337079769 ("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 <khlebnikov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/migrate.h
mm/mprotect.c
mm/rmap.c