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:
a57de0b
)
memory barrier: adding smp_mb__after_lock
author
Jiri Olsa
<jolsa@redhat.com>
Wed, 8 Jul 2009 12:10:31 +0000
(12:10 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 10 Jul 2009 00:06:58 +0000
(17:06 -0700)
Adding smp_mb__after_lock define to be used as a smp_mb call after
a lock.
Making it nop for x86, since {read|write|spin}_lock() on x86 are
full memory barriers.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found