[POWERPC] spufs: don't (ab)use SCHED_IDLE
authorJeremy Kerr <jk@ozlabs.org>
Tue, 4 Mar 2008 09:17:02 +0000 (20:17 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 11 Mar 2008 01:28:02 +0000 (12:28 +1100)
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 <jk@ozlabs.org>

No differences found