commit | 0887309589824fb1c3744c69a330c99c369124a0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Apr 23 21:08:06 2007 +0200 |
committer | Arnd Bergmann <arnd@klappe.arndb.de> | Mon Apr 23 21:18:52 2007 +0200 |
tree | df69c7be00e75c240302a37b78964c10419615c9 | |
parent | 390cbb56a731546edc0f35fbc4c5045676467581 [diff] |
[POWERPC] spufs: use cancel_rearming_delayed_workqueue when stopping spu contexts The scheduler workqueue may rearm itself and deadlock when we try to stop it. Put a flag in place to avoid skip the work if we're tearing down the context. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>