CVSROOT:        /cvs
Module name:    src
Changes by:     mlar...@cvs.openbsd.org 2022/11/08 11:08:43

Modified files:
        sys/arch/amd64/amd64: vmm.c 

Log message:
vmm(4): remove locking in vmm_intr_pending

Removes a lock around an atomic write; this lock was causing slowdowns
since the lock being requested is nearly always unavailable because it
is held while the VM is running.

Noticed by claudio@, help from mpi@, dlg@ and claudio@.

ok dv

Reply via email to