diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-07-10 13:46:04 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-08-05 16:30:19 +0300 |
commit | 5487196878bc926a1ee15069c13aa48b9a894fab (patch) | |
tree | ae2abb8bd9ae75b0e5633ea7dbdb88ba0114519c /tools/perf/scripts/python/check-perf-trace.py | |
parent | 8875bbba97087bf4a677071723d04fc00730f1e7 (diff) | |
download | linux-5487196878bc926a1ee15069c13aa48b9a894fab.tar.xz |
virtio_ring: sparse warning fixup
virtio_store_mb was built with split ring in mind so it accepts
__virtio16 arguments. Packed ring uses __le16 values, so sparse
complains. It's just a store with some barriers so let's convert it to
a macro, we don't loose too much type safety by doing that.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions