From: Luke Browning Date: Fri, 13 Jun 2008 04:17:35 +0000 (+1000) Subject: powerpc/spufs: synchronize interaction between spu exception handling and time slicing X-Git-Tag: v2.6.26-rc7~27^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c911a14b74fa9cf815a936f310e4fa85bee77ce;p=pandora-kernel.git powerpc/spufs: synchronize interaction between spu exception handling and time slicing Time slicing can occur at the same time as spu exception handling resulting in the wakeup of the wrong thread. This change uses the the spu's register_lock to enforce synchronization between bind/unbind and spu exception handling so that they are mutually exclusive. Signed-off-by: Luke Browning Signed-off-by: Jeremy Kerr --- Reading git-diff-tree failed