CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/17 09:38:19
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
In vcpu_must_stop() use SIGPENDING() to check if there is a possible
pending signal for curproc. CURSIG() is doing a fair amount more than
just checking for a pending signal and should not be called just for that.
The signal handling will be done once the ioctl returns to userland which
is triggered by vcpu_must_stop().
OK mlarkin@ mpi@ visa@
