CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/28 22:21:55
Modified files:
sys/net : ifq.c ifq.h
Log message:
while here, drop ifq_is_serialized and IFQ_ASSERT_SERIALIZED
nothing uses them, and they can generate false positives if the
serialiser is running at a lower IPL on the same cpu as a call to
ifq_is_serialiazed.
