Dave Hansen 6f167ec721 [PATCH] sparsemem base: simple NUMA remap space allocator
Introduce a simple allocator for the NUMA remap space.  This space is very
scarce, used for structures which are best allocated node local.

This mechanism is also used on non-NUMA ia64 systems with a vmem_map to keep
the pgdat->node_mem_map initialized in a consistent place for all
architectures.

Issues:
o alloc_remap takes a node_id where we might expect a pgdat which was intended
  to allow us to allocate the pgdat's using this mechanism; which we do not yet
  do.  Could have alloc_remap_node() and alloc_remap_nid() for this purpose.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-23 09:45:01 -07:00
..
2005-06-20 13:32:05 -07:00
2005-06-21 19:07:41 -07:00
2005-06-21 18:46:18 -07:00
2005-06-21 18:46:15 -07:00
2005-06-21 18:46:32 -07:00
2005-06-18 22:47:21 -07:00
2005-06-21 18:46:16 -07:00
2005-06-21 14:01:57 -07:00
2005-06-21 18:46:14 -07:00
2005-06-21 18:46:16 -07:00
2005-06-21 14:01:57 -07:00
2005-06-18 22:46:19 -07:00
2005-06-21 18:46:13 -07:00
2005-06-20 15:15:37 -07:00
2005-06-18 22:47:59 -07:00
2005-06-20 13:21:43 -07:00