Christoph Lameter 9b819d204c [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions
Add a new gfp flag __GFP_THISNODE to avoid fallback to other nodes.  This
flag is essential if a kernel component requires memory to be located on a
certain node.  It will be needed for alloc_pages_node() to force allocation
on the indicated node and for alloc_pages() to force allocation on the
current node.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Andy Whitcroft <apw@shadowen.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-26 08:48:50 -07:00
..
2006-09-21 08:54:44 +01:00
2006-09-21 08:51:43 +01:00
2006-09-21 08:41:35 +01:00
2006-09-21 08:36:50 +01:00
2006-09-21 08:37:10 +01:00
2006-09-21 08:55:28 +01:00
2006-09-21 09:05:25 +01:00
2006-09-22 15:22:55 -07:00
2006-09-24 20:07:49 -07:00