CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/08 13:59:53
Modified files:
sys/dev/pci : virtio.c
Log message:
Add missing memory barriers to virtio.
The virtio_membar_sync() calls are required even on x86. The *_producer()
and *_consumer() calls are only relevant on architectures with less strict
memory ordering.
