summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio/random/virtio_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/virtio/random/virtio_random.c')
-rw-r--r--sys/dev/virtio/random/virtio_random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/virtio/random/virtio_random.c b/sys/dev/virtio/random/virtio_random.c
index caa4288..8c08853 100644
--- a/sys/dev/virtio/random/virtio_random.c
+++ b/sys/dev/virtio/random/virtio_random.c
@@ -215,7 +215,7 @@ vtrnd_harvest(struct vtrnd_softc *sc)
virtqueue_notify(vq);
virtqueue_poll(vq, NULL);
- random_harvest(&value, sizeof(value), sizeof(value) * NBBY / 2,
+ random_harvest_queue(&value, sizeof(value), sizeof(value) * NBBY / 2,
RANDOM_PURE_VIRTIO);
}
OpenPOWER on IntegriCloud