git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4595f25
)
[PATCH] alpha: additional smp barriers
author
Ivan Kokshaysky
<ink@jurassic.park.msu.ru>
Fri, 21 Oct 2005 18:06:15 +0000
(22:06 +0400)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 23 Oct 2005 02:38:33 +0000
(19:38 -0700)
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>
No differences found