CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/11/14 01:45:30

Modified files:
        sys/kern       : uipc_socket.c 

Log message:
Remove splnet() from socket kqueue code.

splnet() was necessary when link state changes were executed from
hardware interrupt handlers, nowdays all the changes are serialized
by the KERNEL_LOCK() so assert that it is held instead.

ok mikeb@

Reply via email to