commit | c5610a5d7188b90fe0f927d2513bf684fb0bc427 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Jul 08 11:31:06 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 09 10:47:53 2013 +0930 |
tree | 206f0e6b1bbed0a617b1f04c63dd3dab18b6b146 | |
parent | 62525a00b87cc967bce9779d63fcc84fb9199130 [diff] |
virtio: include asm/barrier explicitly virtio_ring.h uses mb() and friends, make it pull in asm/barrier.h itself, not rely on other headers to do it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>