CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/08/05 12:16:04
Modified files: sys/dev/pv : hyperv.c Log message: Switch pending event clearing to an atomic swap operation Rather than performing an atomic bit clearing for every encountered event bit set we can adjust the code to perform an atomic swap of a single row of the events array and decrease the amount of expensive atomic operations. >From FreeBSD.