aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stat-cpi.py
diff options
context:
space:
mode:
authorMark Rutland <[email protected]>2016-11-24 10:25:12 +0000
committerMichael S. Tsirkin <[email protected]>2016-12-16 00:13:36 +0200
commit5da889c795b1fbefc9d8f058b54717ab8ab17891 (patch)
tree6fc38e34603ed1ad8e63de38725fc5d84b26507b /tools/perf/scripts/python/stat-cpi.py
parentdbaf0624ffa57ae6e7d87a823185ccd9a7852d3c (diff)
tools/virtio: fix READ_ONCE()
The virtio tools implementation of READ_ONCE() has a single parameter called 'var', but erroneously refers to 'val' for its cast, and thus won't work unless there's a variable of the correct type that happens to be called 'var'. Fix this with s/var/val/, making READ_ONCE() work as expected regardless. Fixes: a7c490333df3cff5 ("tools/virtio: use virt_xxx barriers") Signed-off-by: Mark Rutland <[email protected]> Cc: Jason Wang <[email protected]> Cc: Michael S. Tsirkin <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Michael S. Tsirkin <[email protected]> Reviewed-by: Cornelia Huck <[email protected]> Reviewed-by: Jason Wang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions