]> git.baikalelectronics.ru Git - kernel.git/commit
mm: use NUMA_NO_NODE
authorDavid Rientjes <rientjes@google.com>
Sat, 23 Feb 2013 00:35:36 +0000 (16:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:21 +0000 (17:50 -0800)
commitfaf8b1d5fc7a705da3e9d2fd58adc3161f80424a
tree9377f30bced99b458f7466ec1719ca284b4b2003
parent9287620f2ef1a7602a20d0cd3c9a563a4afc7146
mm: use NUMA_NO_NODE

Make a sweep through mm/ and convert code that uses -1 directly to using
the more appropriate NUMA_NO_NODE.

Signed-off-by: David Rientjes <rientjes@google.com>
Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/huge_memory.c
mm/mempolicy.c
mm/page_alloc.c
mm/vmalloc.c