public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mem_map definition / declaration.
@ 2006-05-31 16:23 Ralf Baechle
  2006-05-31 17:00 ` Andy Whitcroft
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2006-05-31 16:23 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, Chad Reese

mm/memory defines mem_map and max_mapnr only if !CONFIG_NEED_MULTIPLE_NODES.
<linux/mm.h> declares mem_map[] if !CONFIG_DISCONTIGMEM.  Shouldn't
both depend on !CONFIG_FLATMEM?  As things are now mem_map may be
declared but not defined for a non-NUMA sparsemem system which may make
tracking a remaining mem_map reference in the code a little harder.

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-10  0:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-31 16:23 mem_map definition / declaration Ralf Baechle
2006-05-31 17:00 ` Andy Whitcroft
2006-06-09 13:48   ` [PATCH] mem_map is part of the FLATMEM model Andy Whitcroft
2006-06-10  0:23     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox