commit | dfc8d8de855d566eb83a27e58a69741de42a90da | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Thu Jun 13 15:43:18 2019 +0200 |
committer | Paul Burton <paul.burton@mips.com> | Sat Aug 31 11:03:46 2019 +0100 |
tree | 20083e6d912de45bded2b55c2d4452bfefcfb2fd | |
parent | 00f3e689518b8f8d36e333d3b447db18ef22abb3 [diff] |
mips/atomic: Fix cmpxchg64 barriers There were no memory barriers on the 32bit implementation of cmpxchg64(). Fix this. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Paul Burton <paul.burton@mips.com>