| commit | f17520e1f19172057328e50ffed01a42534921e9 | [log] [tgz] |
|---|---|---|
| author | David Howells <dhowells@redhat.com> | Thu Apr 10 16:11:05 2008 +0100 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Apr 10 13:41:29 2008 -0700 |
| tree | 34d23d8bfff4511687b91c93d9bb09b4fa9d931f | |
| parent | ed9b949f55bc8a6bb6083ce0eddb53d06aee302a [diff] |
FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2]
Don't make smp_{r,w,}mb() interpolate a MEMBAR instruction when CONFIG_SMP=n as
SMP memory barries on UP systems should interpolate a compiler barrier only.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>