From: Christoph Hellwig Date: Tue, 13 Feb 2007 20:54:25 +0000 (+0100) Subject: [POWERPC] spu sched: simplity spu_remove_from_active_list X-Git-Tag: v2.6.21-rc1~273^2~3^2~6^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678b2ff1e65ecccdb15cbfe97081572fc35944b7;p=pandora-kernel.git [POWERPC] spu sched: simplity spu_remove_from_active_list If we call spu_remove_from_active_list that spu is always guaranteed to be on the active list and in runnable state, so we can simply do a list_del to remove it and unconditionally take the was_active codepath. Signed-off-by: Christoph Hellwig Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed