]> 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>
Tue, 23 Oct 2012 02:50:11 +0000 (13:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 24 Oct 2012 03:20:09 +0000 (14:20 +1100)
commitd39624a2e7376d48205de30430edd08e1dc300e9
treeb511e00413c556df957c47846494ba206d14d0b2
parent1dd9c7ca356a6f829b8a45ad3f127c5f3165c977
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