]> Git Repo - linux.git/commit
mm: use NUMA_NO_NODE
authorDavid Rientjes <[email protected]>
Sat, 23 Feb 2013 00:35:36 +0000 (16:35 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:21 +0000 (17:50 -0800)
commit00ef2d2f84babb9b209f0fc003bc490c6bf1e6ef
tree9377f30bced99b458f7466ec1719ca284b4b2003
parent751efd8610d3d7d67b7bdf7f62646edea7365dd7
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 <[email protected]>
Reviewed-by: Yasuaki Ishimatsu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/huge_memory.c
mm/mempolicy.c
mm/page_alloc.c
mm/vmalloc.c
This page took 0.058363 seconds and 4 git commands to generate.