diff options
author | sephe <sephe@FreeBSD.org> | 2016-02-29 04:58:40 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-02-29 04:58:40 +0000 |
commit | 77e3b4f157e3cdacd1a05938fff6478f8da56d35 (patch) | |
tree | fed0a85092cc95983abd67cde600a2ba0e0c1e72 /COPYRIGHT | |
parent | 42ad3cdf96a6615807695d4ea1124c7368acaa3e (diff) | |
download | FreeBSD-src-77e3b4f157e3cdacd1a05938fff6478f8da56d35.zip FreeBSD-src-77e3b4f157e3cdacd1a05938fff6478f8da56d35.tar.gz |
hyperv: Use proper fence function to keep store-load order for msgs
sfence only makes sure about the store-store order, which is not
sufficient here. Use atomic_thread_fence_seq_cst() as suggested
jhb and kib (a locked op in the nutshell, which should have the
Reviewed by: jhb, kib, Jun Su <junsu microsoft com>
MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D5436
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions