CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2017/05/30 02:35:32

Modified files:
        sys/dev/pv     : virtio.c virtiovar.h 

Log message:
virtio: Do LIFO in the freelist

Use a SLIST instead of a SIMPLEQ and use LIFO instead of FIFO. This should
improve cache usage.

Reply via email to