OpenBSD cvs log

created 2022-11-24T23:00:22Z
begin 2022-11-08T17:57:47Z
end 2022-11-08T18:08:43Z
path src/sys
commits 1

date 2022-11-08T18:08:43Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
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