Skip to content
Commit d29694f0 authored by Jeremy Kerr's avatar Jeremy Kerr
Browse files

[POWERPC] spufs: don't acquire state_mutex interruptible while performing callback



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: default avatarJeremy Kerr <jk@ozlabs.org>
parent c0bace5c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment