]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_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>
Tue, 30 Oct 2012 04:15:12 +0000 (15:15 +1100)
commit1ac63313fbd10c52e9bc53127afd641a0169574d
tree364cec4c66bca772f07bb68d77a1dfe461b5d613
parent218854050bf9ba23c12a7c7fcc7975fec06af50e
mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD

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

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/gfp.h
include/linux/kernel.h
mm/page_alloc.c
mm/vmalloc.c