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:
c0bace5
)
[POWERPC] spufs: don't acquire state_mutex interruptible while performing callback
author
Jeremy Kerr
<jk@ozlabs.org>
Wed, 23 Apr 2008 06:02:10 +0000
(16:02 +1000)
committer
Jeremy Kerr
<jk@ozlabs.org>
Mon, 5 May 2008 03:33:43 +0000
(13:33 +1000)
There's currently no way to tell if spu_process_callback has
returned with the state mutex held, as -EINTR may be returned
by either the syscall or the spu_acquire fail case.
Instead, just do a non-interruptible mutex_lock here.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
No differences found