]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h
authorMark Rutland <mark.rutland@arm.com>
Thu, 24 Nov 2016 10:25:14 +0000 (10:25 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 22:13:37 +0000 (00:13 +0200)
commitea9156fb3b71d9f7e383253eaff9dd7498b23276
tree5a15cacee7e8f723c8a59533c7a89c3950257dfa
parent9d1b972f8a25bba01ecfc1d90d7a2fbf1923d052
tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h

As a step towards killing off ACCESS_ONCE, use {READ,WRITE}_ONCE() for the
virtio tools uaccess primitives, pulling these in from <linux/compiler.h>.

With this done, we can kill off the now-unused ACCESS_ONCE() definition.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: linux-kernel@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
tools/virtio/linux/uaccess.h