From: Andre Detsch Date: Mon, 30 Jul 2007 23:48:11 +0000 (+1000) Subject: [POWERPC] spufs: Fix affinity after introduction of node_allowed() calls X-Git-Tag: v2.6.23-rc2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683e3ab2b54a7190ec8517705880171cc8ac1d92;p=pandora-kernel.git [POWERPC] spufs: Fix affinity after introduction of node_allowed() calls This patch fixes affinity reference point placement, which was not being done in some situations, after the introduction of node_allowed() calls. The previously used parameter, 'ctx', is just the iterator of the previous list_for_each_entry_reverse loop, and its value might be invalid at the end of the loop. Also, the right context to seek for information when defining the reference ctx location _is_ the reference ctx. Signed-off-by: Andre Detsch Signed-off-by: Arnd Bergmann Signed-off-by: Jeremy Kerr Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed