From: Jeremy Kerr Date: Wed, 23 Apr 2008 06:02:10 +0000 (+1000) Subject: [POWERPC] spufs: don't acquire state_mutex interruptible while performing callback X-Git-Tag: v2.6.26-rc2~16^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29694f0681e188cf75477f20904041744e78ef7;p=pandora-kernel.git [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: Jeremy Kerr --- Reading git-diff-tree failed