virtio - fix contigmalloc muff last commit
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 May 2016 00:51:57 +0000 (17:51 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 May 2016 00:53:15 +0000 (17:53 -0700)
commitba08e4d11d410a85b602eeadceabcc14e40bfb1f
tree10c739efdd772f51f7c36dbc959e489eb13d189a
parent2adac2b89e38fbd19ff49dd89edc812f478d75fd
virtio - fix contigmalloc muff last commit

* Have to use M_WAITOK for contigmalloc, not M_INTWAIT.

Reported-by: tuxillo
sys/dev/virtual/virtio/virtio/virtqueue.c