From: KAMEZAWA Hiroyuki Date: Mon, 27 Mar 2006 09:16:00 +0000 (-0800) Subject: [PATCH] for_each_online_pgdat: remove sorting pgdat X-Git-Tag: v2.6.17-rc1~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3571761fe49d960bb720c2308ffb9401f0a5e161;p=pandora-kernel.git [PATCH] for_each_online_pgdat: remove sorting pgdat Because pgdat_list was linked to pgdat_list in *reverse* order, (By default) some of arch has to sort it by themselves. for_each_pgdat has gone..for_each_online_pgdat() uses node_online_map, which doesn't need to be sorted. This patch removes codes for sorting pgdat. Signed-off-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed