]> 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>
Mon, 29 Oct 2012 03:17:20 +0000 (14:17 +1100)
commit8244642b9576ee701ac406e8867347cd03d040cb
tree2f0c565daf9f66ef081001725867e4df9216db1d
parentc6964b8902e01b4376d49c3bf57538fb5eb03a9a
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