public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [Lse-tech] fix zonelist ordering for NUMA
@ 2004-02-24 19:49 Matthew Dobson
  2004-02-25  5:02 ` j-nomura
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Matthew Dobson @ 2004-02-24 19:49 UTC (permalink / raw)
  To: linux-ia64

On Tue, 2004-02-24 at 01:20, j-nomura@ce.jp.nec.com wrote:
> - 		for (node = local_node + 1; node < numnodes; node++)
> - 			j = build_zonelists_node(NODE_DATA(node), zonelist, j, k);
> - 		for (node = 0; node < local_node; node++)
> - 			j = build_zonelists_node(NODE_DATA(node), zonelist, j, k);
> + 		for (node = 1; node < numnodes; node++)
> + 			j = build_zonelists_node(SORTED_NODE_DATA(local_node, node), zonelist, j, k);

Shouldn't that for loop be:
	for (node = 0; node < numnodes; node++)
		j = ....

or we'll be leaving a node out of the zonelists, right?

-Matt


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

end of thread, other threads:[~2004-03-01 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-24 19:49 [Lse-tech] fix zonelist ordering for NUMA Matthew Dobson
2004-02-25  5:02 ` j-nomura
2004-02-25 10:59 ` j-nomura
2004-02-25 11:28 ` Christoph Hellwig
2004-02-25 16:52 ` Jesse Barnes
2004-02-27  5:31 ` j-nomura
2004-02-27 12:19 ` j-nomura
2004-02-27 17:33 ` Jesse Barnes
2004-03-01 14:08 ` j-nomura

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