commit | 8a7d86bdb22678b17928eef0c8fa356d8b21cc76 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Apr 23 21:08:21 2007 +0200 |
committer | Arnd Bergmann <arnd@klappe.arndb.de> | Mon Apr 23 21:18:57 2007 +0200 |
tree | c74a68213bf70338ec6b2844abbd62c36c32f8c2 | |
parent | db1384b40d12eda6910513ff429ad90453ca49e1 [diff] |
[POWERPC] spufs: avoid spurious memory barriers We now have proper locking around assignets of the mapping pointers, and the spin_unlock implies enough of a barrier to get rid of the explicit one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>