memory barrier: adding smp_mb__after_lock
authorJiri Olsa <jolsa@redhat.com>
Wed, 8 Jul 2009 12:10:31 +0000 (12:10 +0000)
committerDavid 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