CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/10 08:49:37
Modified files:
sys/kern : kern_event.c
sys/sys : eventvar.h
Log message:
Use atomic operations with kq_refs, to nudge the code toward MP-safety.
While here, adjust the IPL of kqueue-related pools to IPL_MPFLOOR.
OK bluhm@, anton@, mpi@
