CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/02/19 04:33:48

Modified files:
        sys/kern       : kern_sig.c 

Log message:
Remove the indirection via timeout for proc_stop_sweep(). Using a soft
interrupt is enough to defer the signal handling. This is a leftover
from the times where not all archs had generic soft interrupts.
It is possible that the defer signal handling to a soft interrupt will
be removed at a later stage.
Input anton@, mpi@ OK kettenis@

Reply via email to