about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-07-19 15:51:12 -0400
committerRich Felker <dalias@aerifal.cx>2014-07-28 00:28:00 -0400
commite30a16314d08667aa3302e2df5baaa23b80a3aa2 (patch)
tree019e8f79283d3ee8c142316e2c4cb6526bc68de1 /README
parent806655b22539416290aeff36c4be588ce3c0e9a1 (diff)
downloadmusl-e30a16314d08667aa3302e2df5baaa23b80a3aa2.tar.gz
musl-e30a16314d08667aa3302e2df5baaa23b80a3aa2.tar.xz
musl-e30a16314d08667aa3302e2df5baaa23b80a3aa2.zip
fix missing barrier instructions in mips atomic asm
previously I had wrongly assumed the ll/sc instructions also provided
memory synchronization; apparently they do not. this commit adds sync
instructions before and after each atomic operation and changes the
atomic store to simply use sync before and after a plain store, rather
than a useless compare-and-swap.

(cherry picked from commit bcad48439494820989f5867c3f8ccfa6aae2909f)
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions