git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cecdda
)
[POWERPC] spufs: don't (ab)use SCHED_IDLE
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 4 Mar 2008 09:17:02 +0000
(20:17 +1100)
committer
Jeremy 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