From: Christoph Lameter Date: Fri, 6 Jan 2006 08:11:18 +0000 (-0800) Subject: [PATCH] Fix zone policy determination X-Git-Tag: v2.6.16-rc1~936^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a68a5ebc7dd823da7496116f42290103e1e4a9;p=pandora-kernel.git [PATCH] Fix zone policy determination The use k in the inner loop means that the highest zone nr is always used if any zone of a node is populated. This means that the policy zone is not correctly determined on arches that do no use HIGHMEM like ia64. Change the loop to decrement k which also simplifies the BUG_ON. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed