From: Jeremy Kerr Date: Tue, 4 Mar 2008 09:17:02 +0000 (+1100) Subject: [POWERPC] spufs: don't (ab)use SCHED_IDLE X-Git-Tag: v2.6.25-rc6~30^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7c191bca88aa2f942f70a6d6c6315739a81a32;p=pandora-kernel.git [POWERPC] spufs: don't (ab)use SCHED_IDLE commit 4ef11014 introduced a usage of SCHED_IDLE to detect when a context is within spu_run. Instead of SCHED_IDLE (which has other meaning), add a flag to sched_flags to tell if a context should be running. Signed-off-by: Jeremy Kerr --- Reading git-diff-tree failed