commit | ce7c191bca88aa2f942f70a6d6c6315739a81a32 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Mar 04 20:17:02 2008 +1100 |
committer | Jeremy Kerr <jk@ozlabs.org> | Tue Mar 11 12:28:02 2008 +1100 |
tree | 9acd862b1278fb4cc38f52ae11715e050e505621 | |
parent | 3cecdda3f169f22f324f78fd544beee68e3cc6a4 [diff] |
[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 <jk@ozlabs.org>