commit | d475f3f47a0427dfee483cecf9a7e9109e991423 | [log] [tgz] |
---|---|---|
author | Ivan Kokshaysky <ink@jurassic.park.msu.ru> | Fri Oct 21 22:06:15 2005 +0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 22 19:38:33 2005 -0700 |
tree | bbaa882b849acf13e624e3e1d8f4d31280a4b74b | |
parent | 4595f251058609d97a5d792de08c34a7956af816 [diff] |
[PATCH] alpha: additional smp barriers As stated in Documentation/atomic_ops.txt, atomic functions returning values must have the memory barriers both before and after the operation. Thanks to DaveM for pointing that out. Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Linus Torvalds <torvalds@osdl.org>